{ "name": "@designpaca/core", "version": "0.5.0", "private": true, "description": "designpaca 설치 엔진 — 타깃 어댑터, 매니페스트, 드리프트 감지", "type": "module", "exports": { ".": "./src/index.ts" }, "scripts": { "build": "echo \"(core 는 cli 번들에 포함된다)\"", "typecheck": "tsc --noEmit", "test": "node --test --experimental-strip-types --disable-warning=ExperimentalWarning \"test/**/*.test.ts\"" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" } }