-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 853 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
{
"name": "poc",
"version": "1.0.0",
"description": "A simple POC",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s-ndipchaudh-ri/poc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/s-ndipchaudh-ri/poc/issues"
},
"homepage": "https://github.com/s-ndipchaudh-ri/poc#readme",
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"express": "^4.18.2",
"node-cron": "^3.0.2",
"nodemon": "^2.0.20",
"pg": "^8.9.0",
"sequelize": "^6.29.0",
"sequelize-cli": "^6.6.0",
"socket.io": "^4.6.1",
"underscore": "^1.13.6",
"ws": "^8.12.1"
}
}