mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
25 lines
511 B
JSON
25 lines
511 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",
|
|
"test": "bun test"
|
|
},
|
|
"keywords": [
|
|
"cursor",
|
|
"claude",
|
|
"gemini",
|
|
"codex",
|
|
"design",
|
|
"frontend",
|
|
"ux"
|
|
],
|
|
"author": "Paul Bakaus",
|
|
"license": "SEE LICENSE FILE"
|
|
}
|
|
|