forked from Ethaks/curseborne
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 882 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
{
"name": "curseborne",
"version": "0.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "biome lint --diagnostic-level=warn --no-errors-on-unmatched ./",
"lint:fix": "biome check --write ./",
"lint:staged": "biome check --error-on-warnings --no-errors-on-unmatched --staged ./",
"lint:style": "dprint fmt",
"build": "bun ./tools/build.mjs build",
"build:watch": "bun ./tools/build.mjs build --watch"
},
"author": "Ethaks",
"keywords": [
"foundryvtt"
],
"license": "",
"private": true,
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@socketsecurity/bun-security-scanner": "^1.1.1",
"@types/bun": "^1.3.3",
"browserslist": "^4.28.0",
"dprint": "^0.50.2",
"lefthook": "^2.0.4",
"lightningcss": "^1.30.2",
"lightningcss-cli": "^1.30.2",
"typescript": "^5.9.3",
"yargs": "^18.0.0"
}
}