35 lines
816 B
JSON
35 lines
816 B
JSON
{
|
|
"name": "sr2ini",
|
|
"version": "1.0.0",
|
|
"description": "Simple Initiative tracker for Shadowrun 2e.",
|
|
"source": "src/index.html",
|
|
"devDependencies": {
|
|
"@parcel/transformer-sass": "^2.8.3",
|
|
"parcel": "^2.8.3",
|
|
"parcel-reporter-static-files-copy": "^1.5.0"
|
|
},
|
|
"staticFiles": {
|
|
"staticPath": "src/img"
|
|
},
|
|
"scripts": {
|
|
"start": "npx parcel serve src/index.html --public-url / --dist-dir dist",
|
|
"build": "npx parcel build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.unterdemradar.de:tobias/sr2ini.git"
|
|
},
|
|
"keywords": [
|
|
"Shadowrun",
|
|
"Initiative tracker",
|
|
"sr2e"
|
|
],
|
|
"author": "Eclipse",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bootstrap": "^5.2.3",
|
|
"jquery": "^3.6.3"
|
|
}
|
|
}
|