forked from HeyPuter/browser.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 933 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 933 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": "browser.js",
"version": "1.0.0",
"description": "",
"type": "module",
"keywords": [],
"author": "",
"license": "AGPL-3.0-only",
"packageManager": "pnpm@10.12.1",
"scripts": {
"build": "rspack build",
"build:dreamland": "cd external/dreamlandjs && pnpm build",
"build:chrome": "cd packages/chrome && pnpm build",
"dev": "node --no-warnings=ExperimentalWarning devserver.ts",
"watch": "rspack build --watch",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@mercuryworkshop/wisp-js": "^0.4.0",
"@rsdoctor/rspack-plugin": "^1.3.6",
"@rslib/core": "^0.16.1",
"@rspack/cli": "^1.5.8",
"@rspack/core": "^1.5.8",
"bufferutil": "^4.0.9",
"chafa-wasm": "^0.3.1",
"chalk": "^5.6.2",
"server": "link:@mercuryworkshop/wisp-js/server",
"ts-checker-rspack-plugin": "^1.1.6",
"vite": "^7.1.12"
},
"dependencies": {
"prettier": "^3.6.2"
}
}