87b893bd28
CI / check (pull_request) Failing after 8m0s
- Remove UNCAGED_CAS_DIR and UNCAGED_WORKFLOW_STORAGE_ROOT env var fallbacks - Tests updated to use OCAS_DIR / UWF_STORAGE_ROOT - All docs, READMEs, scripts, workflows, skills updated - Only symlink migration code retains .uncaged paths (functional requirement) Closes #12 (Phase 5 complete)
43 lines
970 B
JSON
43 lines
970 B
JSON
{
|
|
"name": "@united-workforce/protocol",
|
|
"version": "0.5.0",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"bun": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "echo 'Use bun run release from repo root' && exit 1",
|
|
"test": "bun test src/__tests__/",
|
|
"test:ci": "bun test src/__tests__/"
|
|
},
|
|
"dependencies": {
|
|
"@ocas/core": "^0.1.1",
|
|
"@ocas/fs": "^0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.shazhou.work/shazhou/united-workforce.git",
|
|
"directory": "packages/protocol"
|
|
},
|
|
"homepage": "https://git.shazhou.work/shazhou/united-workforce#readme",
|
|
"bugs": {
|
|
"url": "https://git.shazhou.work/shazhou/united-workforce/issues"
|
|
},
|
|
"license": "MIT"
|
|
}
|