-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 940 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 940 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
35
36
37
38
39
40
41
42
43
{
"name": "codeflex-ide",
"version": "1.0.0",
"description": "CodeFlex IDE",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/101rror/CodeFlex.git"
},
"author": "101rror",
"license": "ISC",
"bugs": {
"url": "https://github.com/101rror/CodeFlex/issues"
},
"homepage": "https://github.com/101rror/CodeFlex#readme",
"dependencies": {
"axios": "^1.7.7",
"body-parser": "^1.20.3",
"child_process": "^1.0.2",
"compilex": "^0.7.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-session": "^1.18.0",
"nodemon": "^3.1.4",
"shell-escape": "^0.2.0"
},
"keywords": [
"IDE",
"CodeFlex",
"Coding",
"Coding IDE",
"Python IDE",
"C++ IDE",
"Java IDE",
"Online-Compiler",
"Compiler",
"Online IDE"
]
}