- cleaned up HTML using webhint results - added files to tools/ that were used to create the favicon master image - recreated more icons in SVG
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "sr2ini",
|
|
"version": "1.0.0",
|
|
"description": "Simple Initiative tracker for Shadowrun 2e",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Eclipse729",
|
|
"email": "eclipse@unterdemradar.de",
|
|
"url": "https://www.unterdemradar.de"
|
|
},
|
|
"homepage": "https://www.unterdemradar.de/sr2ini/",
|
|
"license": "ISC",
|
|
"source": "src/index.html",
|
|
"devDependencies": {
|
|
"@parcel/packager-raw-url": "^2.8.3",
|
|
"@parcel/packager-xml": "^2.8.3",
|
|
"@parcel/transformer-sass": "^2.8.3",
|
|
"@parcel/transformer-webmanifest": "^2.8.3",
|
|
"@parcel/transformer-xml": "^2.8.3",
|
|
"hint": "^7.1.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",
|
|
"prebuild": "rm -rf dist/",
|
|
"build": "npx parcel build --public-url ./",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"webhint": "hint http://localhost:1234"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.unterdemradar.de:tobias/sr2ini.git"
|
|
},
|
|
"keywords": [
|
|
"Shadowrun",
|
|
"Initiative tracker",
|
|
"sr2e"
|
|
]
|
|
}
|