-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "browser.js",
"version": "1.0.1",
"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",
"rewriter:build": "cd packages/scramjet/packages/core && pnpm run rewriter:build",
"dev": "node --no-warnings=ExperimentalWarning devserver.ts",
"eslint": "node scripts/eslint-cli.mjs",
"lint": "pnpm eslint .",
"watch": "rspack build --watch",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm"
},
"pnpm": {
"overrides": {
"htmlparser2": "12.0.0"
},
"patchedDependencies": {
"htmlparser2@12.0.0": "packages/scramjet/patches/htmlparser2@12.0.0.patch"
}
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@mercuryworkshop/wisp-js": "catalog:",
"@rsdoctor/rspack-plugin": "^1.4.0",
"@rspack/cli": "^1.5.8",
"@rspack/core": "^1.5.8",
"@typescript-eslint/eslint-plugin": "8.57.3-alpha.3",
"@typescript-eslint/parser": "8.57.3-alpha.3",
"bufferutil": "^4.0.9",
"chafa-wasm": "^0.3.1",
"chalk": "^5.6.2",
"ts-checker-rspack-plugin": "^1.1.6",
"vite": "^7.1.12"
},
"dependencies": {
"eslint": "^10.1.0",
"prettier": "^3.6.2"
}
}