11 lines
375 B
JSON
11 lines
375 B
JSON
{
|
|
"name": "@designpaca/skill",
|
|
"version": "0.5.0",
|
|
"private": true,
|
|
"description": "designpaca 스킬 원본 — SKILL.md 와 참조 문서",
|
|
"scripts": {
|
|
"build": "echo \"(스킬은 cli 빌드 시 dist/skill 로 번들된다)\"",
|
|
"typecheck": "echo \"(문서 패키지 — 타입 검사 없음)\"",
|
|
"test": "node ../../build/ci/lint-skill.mjs ."
|
|
}
|
|
}
|