designpaca/packages/cli/package.json
Yun Chan 78ddc8b61a
All checks were successful
ci / build (push) Successful in 23s
release / release (push) Successful in 38s
chore: v0.5.0 으로 버전을 올린다
2026-08-21 12:25:15 +09:00

51 lines
1.3 KiB
JSON

{
"name": "designpaca",
"version": "0.5.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"
}
}