forked from Koreatech-Mongle/chameleon-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.55 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.55 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "chameleon-platform",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon",
"init": "jest \"src/__tests__/Initialize.test.ts\" --forceExit --detectOpenHandles && echo \"\"",
"typeorm": "typeorm-ts-node-commonjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"bcrypt": "^5.1.0",
"connect-typeorm": "^2.0.0",
"dockerode": "^3.3.4",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-ws": "^5.0.2",
"memory-streams": "^0.1.3",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"typeorm": "0.3.11",
"ws": "^8.12.0",
"xterm-addon-serialize": "^0.9.0",
"xterm-headless": "^5.1.0"
},
"devDependencies": {
"@types/dockerode": "^3.3.14",
"@types/express": "^4.17.15",
"@types/express-session": "^1.17.5",
"@types/express-ws": "^3.0.1",
"@types/jest": "^29.4.0",
"@types/multer": "^1.4.7",
"@types/node": "^16.11.10",
"@types/passport": "^1.0.11",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"axios-cookiejar-support": "^4.0.6",
"eslint": "^8.32.0",
"jest": "^29.4.2",
"jest-jasmine2": "^29.5.0",
"tough-cookie": "^4.1.2",
"ts-jest": "^29.0.5",
"ts-node": "10.7.0",
"typescript": "^4.5.2"
}
}