mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
32 lines
719 B
JSON
32 lines
719 B
JSON
{
|
|
"name": "vibe-design-plugins",
|
|
"version": "1.0.0",
|
|
"description": "Cross-provider design skills and commands for LLM-powered development tools",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bun run scripts/build.js",
|
|
"clean": "rm -rf dist",
|
|
"rebuild": "bun run clean && bun run build",
|
|
"dev": "bun run server/index.js",
|
|
"start": "bun --production run server/index.js",
|
|
"test": "bun test"
|
|
},
|
|
"keywords": [
|
|
"cursor",
|
|
"claude",
|
|
"gemini",
|
|
"codex",
|
|
"design",
|
|
"frontend",
|
|
"ux"
|
|
],
|
|
"author": "Paul Bakaus",
|
|
"license": "SEE LICENSE FILE",
|
|
"devDependencies": {
|
|
"bun-plugin-tailwind": "^0.1.2"
|
|
},
|
|
"dependencies": {
|
|
"tailwindcss": "^4.1.18"
|
|
}
|
|
}
|