The post-release step of the ceremony, on the manual tag path where it stays the author's. Depends on #114 — do not merge before it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
24 lines
528 B
JSON
24 lines
528 B
JSON
{
|
|
"name": "cast",
|
|
"version": "0.1.1-dev",
|
|
"type": "module",
|
|
"private": true,
|
|
"engines": { "node": ">=22.12.0" },
|
|
"bin": { "cast": "./dist/cli.js" },
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run",
|
|
"format": "biome format --write .",
|
|
"check": "biome check --error-on-warnings ."
|
|
},
|
|
"dependencies": {
|
|
"yaml": "^2.5.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.0",
|
|
"@types/node": "^22.10.0",
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^2.1.0"
|
|
}
|
|
}
|