forked from MercuryWorkshop/anuraOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.35 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
41
42
43
{
"name": "anuraos",
"version": "1.2.0",
"description": "webOS that has v86 capabilities and a modular app system",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MercuryWorkshop/AnuraOS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MercuryWorkshop/AnuraOS/issues"
},
"homepage": "https://github.com/MercuryWorkshop/AnuraOS#readme",
"dependencies": {
"@mercuryworkshop/bare-client-custom": "^3.1.0",
"@tomphttp/bare-server-node": "^2.0.1",
"libcurl.js": "^0.5.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"autoprefixer": "^10.4.14",
"eslint": "=8.13.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-jsdoc": "^46.4.3",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"fs-readdir-recursive": "^1.1.0",
"onchange": "^7.1.0",
"postcss": "^8.4.24",
"postcss-cli": "^10.1.0",
"serve-static": "^1.15.0",
"typescript": "=5.0.4"
},
"devDependencies": {
"dreamland": "^0.0.3",
"@types/node": "^20.5.9",
"@types/wicg-file-system-access": "^2023.10.4",
"prettier": "3.2.4"
}
}