-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.04 KB
/
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
{
"name": "neon",
"version": "1.0.0",
"description": "Neon is a desktop enviornment for AaronOS (also known as aOS).",
"main": "build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js",
"ngrok": "node build.js --server --ngrok",
"server": "node build.js --server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeLikeCrazE/neon.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeLikeCrazE/neon/issues"
},
"homepage": "https://github.com/CodeLikeCrazE/neon#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@babel/core": "^7.20.2",
"chalk": "^5.1.2",
"coffeescript": "^2.7.0",
"fs-extra": "^10.1.0",
"gist": "^0.2.0",
"http-server": "^14.1.1",
"marked": "^4.2.3",
"minify": "^9.1.0",
"ngrok": "^4.3.3",
"node-fs-extra": "^0.8.2",
"optipng": "^4.2.0",
"strip-ansi": "^7.0.1",
"typescript": "^4.9.3",
"uglify-js": "^3.17.4"
}
}