ceba0b5d43
Checks for unresolved workspace:* dependencies before publish. Changesets resolves these automatically, so normal release flow passes through. Direct npm publish with workspace deps is blocked.
18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"name": "@uncaged/cli-json-cas",
|
|
"version": "0.6.0",
|
|
"type": "module",
|
|
"bin": {
|
|
"json-cas": "./src/index.ts",
|
|
"ucas": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"test": "bun test",
|
|
"prepublishOnly": "bash ../../scripts/check-workspace-deps.sh"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/json-cas": "^0.6.0",
|
|
"@uncaged/json-cas-fs": "^0.6.0"
|
|
}
|
|
}
|