📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-25 16:06:49 +00:00
parent 1da991f912
commit a225b70c17
376 changed files with 27320 additions and 4607 deletions
+5 -2
View File
@@ -4,7 +4,7 @@
"description": "CLI to install UI/UX Pro Max skill for AI coding assistants",
"type": "module",
"bin": {
"uipro": "./dist/index.js"
"uipro": "dist/index.js"
},
"files": [
"dist",
@@ -13,7 +13,10 @@
"scripts": {
"build": "bun build src/index.ts --outdir dist --target node",
"dev": "bun run src/index.ts",
"prepublishOnly": "bun run build"
"sync:assets": "node scripts/sync-assets.mjs",
"check:assets": "node scripts/sync-assets.mjs --check",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run sync:assets && npm run typecheck && bun run build"
},
"keywords": [
"ui",