scripts/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2022-12-31 10:15:23 +00:00
{
"name": "tw-scripts",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"build": "rm -rf dist && parcel build ./src/*.user.ts ./src/*.quickbar.ts",
"postbuild": "PUBLIC_URL=https://scripts.tribalwarshelp.com node postbuild.js",
2023-02-01 05:49:45 +00:00
"lint": "eslint src/**/*.ts"
2022-12-31 10:15:23 +00:00
},
2023-01-29 08:43:27 +00:00
"targets": {
"default": {
"distDir": "./dist",
"sourceMap": false
}
},
2022-12-31 10:15:23 +00:00
"author": {
"name": "Dawid Wysokiński",
"email": "contact@dwysokinski.me",
"url": "https://dwysokinski.me/"
},
"browserslist": [
"since 2017-06"
],
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@parcel/validator-eslint": "^2.9.1",
"@parcel/validator-typescript": "^2.9.1",
2022-12-31 10:15:23 +00:00
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.191",
2022-12-31 10:15:23 +00:00
"@types/node": "^18.11.17",
2023-02-01 05:49:45 +00:00
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"buffer": "^5.5.0",
2023-02-01 05:49:45 +00:00
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.3",
"parcel": "^2.9.1",
"prettier": "^3.0.0",
"typescript": "^5.0.0"
2022-12-31 10:15:23 +00:00
},
"dependencies": {
"axios": "^1.2.2",
"date-fns": "^2.29.3",
"lodash": "^4.17.21"
2022-12-31 10:15:23 +00:00
}
}