cast/package.json
dan-claude-bot aae2726739 chore: bump main to 0.1.1-dev
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>
2026-07-19 19:49:12 +00:00

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"
}
}