bootstrap/package.json
AI Engineer 909cfebd63 chore(bootstrap): 同步 publish 版本号至 1.0.8(by AI)
Co-Authored-By: deepseek-v4-pro[1m] <deepseek-ai@claude-code-best.win>
2026-06-22 19:28:05 +08:00

31 lines
629 B
JSON

{
"name": "@apigo.cc/bootstrap",
"version": "1.0.8",
"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"
}
}