-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 845 Bytes
/
package.json
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
{
"name": "Tales Beyond",
"description": "Replaces D&D Beyond's digital dices with links to TaleSpire",
"version": "0.19.0",
"type": "module",
"scripts": {
"build": "bun run --bun scripts/build.js",
"build:release": "bun run --bun scripts/release.js",
"watch": "bun run --bun --watch scripts/watch.js",
"check": "bun biome check src/ scripts/",
"check:write": "bun biome check --write src/ scripts/",
"changelog:amo": "bun run scripts/changelog.js amo CHANGELOG.md",
"changelog:modio": "bun run scripts/changelog.js modio CHANGELOG.md"
},
"packageManager": "[email protected]",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"bootstrap": "^5.3.3",
"chrome-webstore-upload-cli": "^3.3.1",
"global-jsdom": "^26.0.0",
"marked": "^15.0.6",
"sass": "^1.83.4",
"web-ext": "8.3.0"
}
}