mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
23 lines
600 B
JSON
23 lines
600 B
JSON
{
|
|
"name": "sheet-pixie",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"bun-types": "latest",
|
|
"prettier": "^3.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@roll20/charsheet-relay-sdk": "1.4.0-staging.14"
|
|
},
|
|
"scripts": {
|
|
"build": "bun build ./index.ts --outdir ./dist",
|
|
"build:4e": "bun run index.ts '../../D&D_4E/sheet.json'",
|
|
"build:5e-shaped": "bun run index.ts '../../5eShaped/sheet.json'",
|
|
"build:bob": "bun run index.ts '../../Band of Blades/sheet.json'",
|
|
"format": "prettier --write ./"
|
|
}
|
|
}
|