-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 2.47 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "blueberry",
"version": "0.0.1",
"description": "Next-generation browser-based operating system built with JavaScript",
"productName": "Blueberry",
"homepage": "https://github.com/deepsharkpl/Blueberry#readme",
"bugs": {
"url": "https://github.com/deepsharkpl/Blueberry/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepsharkpl/Blueberry.git"
},
"keywords": [
"blueberry",
"webos",
"operating-system",
"browser-os",
"javascript-os",
"linux",
"debian",
"ubuntu",
"desktop-environment",
"web-desktop",
"virtual-os",
"filesystem",
"electron",
"pwa",
"wasm",
"webassembly",
"gaming",
"steam",
"cloud-gaming",
"terminal",
"browserfs",
"indexeddb",
"react",
"vite",
"frontend",
"web-application",
"desktop",
"os",
"cloud-system",
"next-generation"
],
"license": "MIT",
"author": "DeepShark Team",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "node src/start.js",
"prettier": "prettier --write .",
"lint": "eslint .",
"test": "jest"
},
"private": true,
"engines": {
"node": ">=25.0.0",
"npm": ">=11.0.0"
},
"dependencies": {
"better-sqlite3": "^12.10.0",
"chalk": "^4.1.2",
"chokidar": "^5.0.0",
"cors": "^2.8.6",
"decompress": "^4.2.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-rate-limit": "^8.5.2",
"helmet": "^8.1.0",
"i18next": "^26.0.10",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-http-backend": "^4.0.0",
"joi": "^18.2.1",
"node-fetch": "^2.7.0",
"pidusage": "^4.0.1",
"prettier": "^3.8.3",
"pug": "^3.0.4",
"socket.io": "^4.8.3",
"strip-ansi": "^7.2.0",
"tar": "^7.5.15",
"tree-kill": "^1.2.2",
"uuid": "^14.0.0",
"winston": "^3.19.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/cors": "^2.8.19",
"@types/decompress": "^4.2.7",
"@types/express": "^5.0.6",
"@types/jest": "^30.0.0",
"@types/node": "^25.8.0",
"@types/node-fetch": "^2.6.13",
"@types/pug": "^2.0.10",
"@types/tar": "^6.1.13",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"eslint": "^10.3.0",
"globals": "^17.6.0",
"jest": "^30.4.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.3"
}
}