timelimit-server-ui/package.json
2022-07-25 02:00:00 +02:00

15 lines
466 B
JSON

{
"scripts": {
"develop": "parcel src/index.html",
"lint": "eslint src",
"build": "eslint src && rimraf dist && parcel build src/index.html --no-source-maps --no-optimize --no-cache --public-url . && node finish-build.mjs"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"parcel": "^2.6.2",
"rimraf": "^3.0.1",
"typescript": "^3.7.5"
}
}