-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 957 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
{
"name": "smart_staff",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xurshidbek98/smart_app.git"
},
"author": "progHunt",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xurshidbek98/smart_app/issues"
},
"homepage": "https://github.com/Xurshidbek98/smart_app#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-form-data": "^2.0.17",
"formidable": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"multer": "^1.4.3",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"save": "^2.4.0",
"sequelize": "^6.9.0",
"socket.io": "^4.3.1",
"socket.io-client": "^4.3.2"
},
"devDependencies": {
"nodemon": "^2.0.14"
}
}