-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 929 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
39
40
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "node server.js",
"start": "nodemon server.js",
"start_linux": "node server.js",
"test": "mocha --reporter spec"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"express-force-ssl": "^0.3.2",
"express-formidable": "^1.2.0",
"log-to-file": "^2.0.2",
"mocha": "^9.1.3",
"mongoose": "^5.13.13",
"node-pre-gyp": "^0.17.0",
"path": "^0.12.7",
"python-shell": "^3.0.0",
"sqlite3": "^5.0.2",
"tsscmp": "^1.0.6"
},
"devDependencies": {
"axios": "^0.21.4",
"chai": "^4.3.4",
"cookie-parser": "^1.4.5",
"jsonwebtoken": "^8.5.1",
"nodemon": "^2.0.7"
}
}