pihelper/client/package.json

19 lines
446 B
JSON
Raw Normal View History

2022-02-05 01:08:07 +00:00
{
"name": "client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2022-08-18 01:32:42 +00:00
"prebuild": "copyfiles -Ve src/** index.html manifest.json sw.js **/*.css **/*.png ../dist/public",
2022-02-05 01:08:07 +00:00
"build": "tsc --project ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"copyfiles": "^2.4.1",
"eslint": "^9.5.0",
"typescript": "^5.4.5"
2022-02-05 01:08:07 +00:00
}
}