scripts/package.json

43 lines
1.2 KiB
JSON

{
"name": "tw-scripts",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build-single": "PUBLIC_URL=https://scripts.tribalwarshelp.com parcel build",
"build:userscript:extended-player-profile": "PREAMBLE=extended-player-profile yarn build-single ./src/extended-player-profile.user.ts",
"build:quickbar:extended-player-profile": "yarn build-single ./src/extended-player-profile.quickbar.ts",
"build:userscript": "npm-run-all build:userscript:*",
"build:quickbar": "npm-run-all build:quickbar:*",
"build": "npm-run-all build:*"
},
"targets": {
"default": {
"distDir": "./dist",
"sourceMap": false
}
},
"author": {
"name": "Dawid Wysokiński",
"email": "contact@dwysokinski.me",
"url": "https://dwysokinski.me/"
},
"browserslist": [
"since 2017-06"
],
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.17",
"buffer": "^5.5.0",
"npm-run-all": "^4.1.5",
"parcel": "^2.8.1",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
},
"dependencies": {
"axios": "^1.2.2",
"date-fns": "^2.29.3",
"lodash": "^4.17.21"
}
}