scripts/package.json

50 lines
1.3 KiB
JSON

{
"name": "tw-scripts",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"build": "parcel build ./src/*.user.ts ./src/*.quickbar.ts",
"postbuild": "PUBLIC_URL=https://scripts.tribalwarshelp.com node postbuild.js",
"lint": "eslint src/**/*.ts"
},
"targets": {
"default": {
"distDir": "./dist",
"sourceMap": false
}
},
"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",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"buffer": "^5.5.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"parcel": "^2.9.1",
"prettier": "^2.8.3",
"typescript": "^5.0.0"
},
"dependencies": {
"axios": "^1.2.2",
"date-fns": "^2.29.3",
"lodash": "^4.17.21"
}
}