-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.7 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
55
56
57
58
59
60
61
{
"name": "laze-compiler-web",
"version": "1.0.0",
"description": "it's a admin server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/curvingchicken/Compiler.git"
},
"keywords": [],
"author": "coder6583 cp20",
"license": "ISC",
"bugs": {
"url": "https://github.com/curvingchicken/Compiler/issues"
},
"homepage": "https://github.com/curvingchicken/Compiler#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"expres": "0.0.5",
"express": "^4.17.1",
"express-ipfilter": "^1.1.2",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"free-memory": "^1.0.0",
"fs": "0.0.1-security",
"jquery-resizable-dom": "^0.35.0",
"os-utils": "0.0.14",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"socket.io": "^4.0.0",
"systeminformation": "^5.6.10",
"typescript": "^4.2.3"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/chart.js": "^2.8.0",
"@types/codemirror": "0.0.108",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
"@types/express-socket.io-session": "^1.3.4",
"@types/jquery": "^3.5.5",
"@types/moment": "^2.13.0",
"@types/node": "^14.14.35",
"@types/os-utils": "0.0.1",
"@types/passport": "^1.0.6",
"@types/passport-local": "^1.0.33",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.36",
"@types/systeminformation": "^3.54.1",
"ts-node": "^9.1.1"
},
"directories": {
"test": "test"
}
}