-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 934 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 934 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
{
"name": "webos",
"version": "1.0.0",
"description": "An operating system all in the web browser",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vite build --emptyOutDir",
"start": "bun run build && bun run ./src/server.ts"
},
"dependencies": {
"@debutter/dough": "npm:@jsr/debutter__dough@^0.5.0",
"@debutter/helper": "npm:@jsr/debutter__helper@^1.1.0",
"@debutter/trufflebyte": "npm:@jsr/debutter__trufflebyte@1.4.1",
"eventemitter3": "^5.0.1",
"hono": "^4.7.10",
"localforage": "^1.10.0",
"moment": "^2.30.1"
},
"devDependencies": {
"@types/node": "^22.15.29",
"glob": "^11.0.2",
"sass": "^1.89.1",
"typescript": "~5.8.3",
"vite": "^6.3.5"
},
"license": "MIT",
"author": "ButterDebugger",
"repository": {
"type": "git",
"url": "git+https://github.com/ButterDebugger/WebOS.git"
},
"contributors": []
}