-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 873 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 873 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
{
"name": "gdext-editor",
"version": "0.1.6",
"description": "A web-based external Geometry Dash editor",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && node chtml.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gdext/editor.git"
},
"author": "Ucrash",
"license": "MIT",
"bugs": {
"url": "https://github.com/gdext/editor/issues"
},
"homepage": "https://github.com/gdext/editor#readme",
"devDependencies": {
"css-loader": "^5.2.7",
"file-loader": "^6.2.0",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.2",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"buffer": "^6.0.3",
"http-server": "^0.12.3",
"pako": "^1.0.11",
"plist": "^3.0.2",
"webpack": "^5.28.0"
}
}