-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 931 Bytes
/
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
{
"name": "hackerbay-backend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node ./bin/www.js",
"test": "./node_modules/mocha/bin/mocha test/appTest.js --reporter spec"
},
"dependencies": {
"axios": "^0.21.1",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "^4.16.4",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"joi": "^17.4.0",
"jsonpatch": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"node-image-downloader": "^1.0.7",
"node-image-resizer": "^1.0.0"
},
"devDependencies": {
"@types/express": "^4.17.12",
"@types/node": "^15.12.4",
"@types/nodemon": "^1.19.0",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"cookie-parser": "~1.4.4",
"eslint": "^7.29.0",
"jsdoc": "^3.6.7",
"mocha": "^9.0.1",
"nodemon": "^2.0.7",
"should": "^13.2.3",
"supertest": "^6.1.3"
}
}