-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1011 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
38
39
40
41
42
43
{
"name": "crunchy-runner",
"version": "1.0.0",
"description": "A simple web-based C/C++ compiler and code runner.",
"main": "app.js",
"type": "module",
"scripts": {
"test": "node app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShadowShahriar/crunchy-runner.git"
},
"keywords": [
"nodejs",
"c",
"cpp",
"codemirror",
"expressjs",
"xtermjs",
"node-pty"
],
"author": "S. Shahriar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShadowShahriar/crunchy-runner/issues"
},
"homepage": "https://github.com/ShadowShahriar/crunchy-runner#readme",
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@fontsource-variable/outfit": "^5.0.13",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"body-parser": "^1.20.2",
"codemirror": "^5.65.16",
"express": "^4.19.2",
"nanoid": "^5.0.7",
"node-pty": "^1.0.0",
"open": "^9.1.0",
"ws": "^8.17.0"
}
}