{ "name": "client", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "prebuild": "copyfiles -Ve src/** index.html manifest.json 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": "^9.5.0", "typescript": "^5.4.5" } }