{ "name": "designpaca", "version": "0.2.0", "description": "웹 디자인 파이프라인 스킬 — Claude Code · Codex · Cursor 에 한 줄로 설치한다", "keywords": [ "design", "web-design", "claude-code", "codex", "cursor", "agent-skill", "svg-filter", "threejs" ], "license": "MIT", "author": "Yun Chan", "homepage": "https://designpaca.chanpaca.net", "repository": { "type": "git", "url": "git+https://git.chanpaca.net/yunchan/designpaca.git" }, "type": "module", "bin": { "designpaca": "./dist/index.js" }, "files": [ "dist", "README.md" ], "engines": { "node": ">=20.11" }, "scripts": { "build": "node scripts/bundle-skill.mjs && tsup", "dev": "node scripts/bundle-skill.mjs && tsup --watch", "typecheck": "tsc --noEmit", "test": "node --test --experimental-strip-types --disable-warning=ExperimentalWarning test/*.test.ts", "prepublishOnly": "node scripts/verify-package.mjs" }, "dependencies": { "@clack/prompts": "^0.9.1", "picocolors": "^1.1.1" }, "devDependencies": { "@designpaca/core": "workspace:*", "@designpaca/skill": "workspace:*", "@types/node": "^22.10.2", "tsup": "^8.3.5", "typescript": "^5.7.2" } }