forked from Utelagazkodas/cantServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 752 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 752 Bytes
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
{
"name": "cantserver",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"develop": "tsc -watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.2.3",
"typescript": "^5.0.4"
},
"dependencies": {
"@types/death": "^1.1.5",
"@types/express": "^4.17.21",
"@types/promise": "^7.1.30",
"@types/randomstring": "^1.1.11",
"@types/ws": "^8.5.10",
"date-time": "^4.0.0",
"death": "^1.1.0",
"express": "^4.18.2",
"promise": "^8.3.0",
"randomstring": "^1.3.0",
"ws": "^8.14.2"
}
}