-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 785 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
{
"private": true,
"type": "module",
"scripts": {
"start": "anthelion",
"test:shard": "anthelion-test",
"fmt": "bun --bun oxfmt",
"lint": "bun --bun oxlint --type-check --type-aware",
"test:manifests": "bun test scripts",
"manifests:check": "bun --experimental-http2-fetch scripts/manifest-linter",
"manifests:fix": "bun --experimental-http2-fetch scripts/manifest-linter --fix",
"manifests:move": "bun scripts/move-package.ts"
},
"dependencies": {
"anthelion": "github:UnownPlain/anthelion-external#0117eae1cfab8dd8e4cc99d310a7e1047bf9fa6b",
"fflate": "0.8.3",
"unicode-case-folding": "1.1.1"
},
"devDependencies": {
"@parcel/codeframe": "2.16.4",
"@types/bun": "1.4.2",
"oxfmt": "0.67.0",
"oxlint": "1.82.0",
"oxlint-tsgolint": "7.0.2001"
}
}