sr2ini/package.json
Tobias f56c665b0c - continued complete redesign
- restyled all elements are now except footer
2023-02-20 23:41:45 +01:00

38 lines
989 B
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/transformer-sass": "^2.8.3",
"parcel": "^2.8.3",
"parcel-reporter-static-files-copy": "^1.5.0"
},
"dependencies": {
},
"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"
},
"repository": {
"type": "git",
"url": "git@git.unterdemradar.de:tobias/sr2ini.git"
},
"keywords": [
"Shadowrun",
"Initiative tracker",
"sr2e"
]}