forked from thoth-tech/SplashkitOnline
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 703 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 703 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
32
33
34
{
"name": "codeeditor",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server.js"
},
"nodemonConfig": {
"ignore": [
"splashkit/*",
"runtimes/*",
"compilers/*"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/standalone": "^7.23.5",
"body-parser": "^1.20.2",
"codemirror": "^5.65.16",
"compilex": "^0.7.4",
"express": "^4.18.2",
"extract-zip": "^2.0.1",
"jszip": "^3.10.1",
"mime": "^4.0.3",
"request": "^2.88.2",
"split.js": "^1.6.5"
},
"description": "",
"devDependencies": {
"nodemon": "^3.1.10"
}
}