18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prebuild": "copyfiles -Ve src/** index.html manifest.webmanifest sw.js **/*.css **/*.png ../dist/public",
|
|
"build": "tsc --project ./",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"copyfiles": "^2.4.1",
|
|
"eslint": "^8.8.0",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|