{ "name": "app01", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:src": "npx copyfiles -u 1 src/**/*.{html,css} dist", "build:bs": "npx copyfiles -u 4 node_modules/bootstrap/dist/css/bootstrap.css dist", "build": "npm-run-all build:src build:bs" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "bootstrap": "^5.2.3" }, "devDependencies": { "copyfiles": "^2.4.1", "npm-run-all": "^4.1.5" } }