{ "name": "app", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "vite", "predev": "node -e \"const fs=require('fs'); try{fs.copyFileSync('../../api.spec.json','./api.spec.json');console.log('Copied api.spec.json');}catch(e){console.log('api.spec.json not found');}\"", "build": "vite build", "preview": "vite preview", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "devDependencies": { "jquery": "^3.7.1", "rollup-plugin-copy": "^3.5.0", "vite": "^7.3.1" } }