{ "name": "impeccable-skills", "version": "2.0.6", "private": true, "author": "Paul Bakaus", "description": "Design skills and commands for AI harnesses", "keywords": [ "design", "frontend", "ux", "skills", "ai" ], "license": "Apache-2.0", "homepage": "https://impeccable.style", "repository": { "type": "git", "url": "git+https://github.com/pbakaus/impeccable.git" }, "engines": { "node": ">=18" }, "scripts": { "build": "bun run scripts/build.js", "clean": "rm -rf dist build", "rebuild": "bun run clean && bun run build", "dev": "bun run server/index.js", "preview": "bun run build && wrangler pages dev", "deploy": "bun run build && wrangler pages deploy build/", "test": "bun test tests/build.test.js", "screenshot": "bun run scripts/screenshot-antipatterns.js", "og-image": "bun run scripts/generate-og-image.js" }, "type": "module", "devDependencies": { "archiver": "^7.0.1", "motion": "^12.38.0", "playwright": "^1.58.2", "wrangler": "^4.75.0" }, "dependencies": { "impeccable": "^2.0.6" } }