-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "demoserver",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "nyc mocha --require test/prepare test/allTests.js --exit && npm run perf-test",
"perf-test": "nyc mocha test/performanceTest.js --exit --timeout 50000"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
"aes-js": "^3.1.2",
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^14.3.2",
"express": "^4.17.2",
"express-openapi-validator": "^4.13.5",
"express-rate-limit": "^6.2.0",
"express-validator": "^6.14.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.3.1",
"nyc": "^15.1.0",
"plaid": "^9.10.0"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-chai": "^0.0.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"loadtest": "^5.2.0",
"mocha": "^9.2.0",
"mocha-prepare": "^0.1.0",
"mongodb-memory-server": "^8.2.0",
"pm2": "^5.1.2"
}
}