{ "name": "@yakcloud/backup-core", "version": "0.0.0", "description": "백업 계약(신규 전체): 백업대상·스케줄·restore-verification. v1 계약은 M5 랜딩(현재 빈 스켈레톤).", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "publishConfig": { "registry": "https://gitea.yakenator.io/api/packages/yakcloud/npm/" }, "scripts": { "build": "tsc -b", "typecheck": "tsc --noEmit", "lint": "eslint src", "test": "echo \"(no tests yet)\"" }, "dependencies": { "zod": "^4.4.3" } }