-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 849 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
{
"name": "m8-d3-socket-io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"watch": "jest --watchAll",
"__dev": "nodemon -r dotenv/config ./src",
"dev": "ts-node-dev ./src",
"start": "node ./build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/express-list-endpoints": "^4.0.1",
"@types/node": "^16.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-list-endpoints": "^5.0.0",
"mongoose": "^5.13.2",
"socket.io": "^4.1.2"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/supertest": "^2.0.11",
"dotenv": "^10.0.0",
"jest": "^27.0.6",
"nodemon": "^2.0.9",
"supertest": "^6.1.3",
"ts-jest": "^27.0.3",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
}
}