{ "name": "zold.lan", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx copyfiles -u 1 src/**/*.{html,css} dist", "postbuild": "npm run build:bscss && npm run build:bsjs", "build:bscss": "npx copyfiles -u 4 node_modules/bootstrap/dist/css/bootstrap.css dist", "build:bsjs": "npx copyfiles -u 4 node_modules/bootstrap/dist/js/bootstrap.js dist", "deploy": "node vinyl-ftp.js" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "copyfiles": "^2.4.1", "vinyl-fs": "^3.0.3", "vinyl-ftp": "^0.6.1" }, "dependencies": { "bootstrap": "^5.2.3" } }