-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 905 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
{
"name": "respace-server",
"description": "ReSpace server side",
"version": "0.0.0",
"main": "build/index.js",
"scripts": {
"build": "node es.build.js",
"start": "node .",
"build&start": "pnpm build && pnpm start"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/crypto-js": "^4.0.2",
"@types/express": "^4.17.13",
"@types/node": "^16.11.0",
"@types/prompts": "^2.0.14",
"@types/websocket": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"cypress": "^8.6.0",
"esbuild": "^0.13.8",
"eslint": "^8.0.1",
"express": "^4.17.1",
"typescript": "^4.4.4"
},
"dependencies": {
"chalk": "^4.1.2",
"cookie-parser": "^1.4.5",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.7",
"isolated-vm": "^4.3.5",
"js-crypto-rsa": "^1.0.2",
"mongoose": "^6.0.11",
"prompts": "^2.4.2",
"websocket": "^1.0.34"
}
}