{ "name": "@apigo.cc/bootstrap", "version": "1.0.7", "type": "module", "main": "dist/bootstrap.js", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build", "test": "playwright test", "pub": "node scripts/publish.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "bootstrap": "^5.3.8", "bootstrap-icons": "^1.13.1" }, "devDependencies": { "@playwright/test": "^1.60.0", "@rollup/plugin-terser": "^1.0.0", "terser": "^5.48.0", "vite": "^5.4.21", "vite-plugin-css-injected-by-js": "^3.5.2" } }