codex-toys/package.json
matamune abfa0c2703
All checks were successful
ci / check (push) Successful in 48s
Release codex-toys 0.136.0
2026-05-30 04:04:30 +00:00

29 lines
1 KiB
JSON

{
"name": "codex-toys-monorepo",
"version": "0.136.0",
"description": "Codex-native stdio agent, turn automation, SSH workspace operation, and generic HTTP proxy tools.",
"private": true,
"license": "Apache-2.0",
"packageManager": "pnpm@11.1.3",
"engines": {
"node": ">=24.0.0 <25"
},
"scripts": {
"build": "vp run --filter codex-toys build && vp run --filter codex-toys-docs build",
"check:types": "vp run --concurrency-limit 1 --filter codex-toys --filter codex-toys-docs check:types && vp run -w docs:check",
"dev": "vp run docs:dev",
"docs:build": "vp run --filter codex-toys-docs build",
"docs:check": "tsx scripts/check-docs.ts",
"docs:deploy": "vp run --filter codex-toys-docs deploy",
"docs:dev": "vp run --filter codex-toys-docs dev",
"test": "vp run --filter codex-toys test",
"release:check": "tsx scripts/check-publish-metadata.ts && vp run --filter codex-toys release:check"
},
"devDependencies": {
"@types/node": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plus": "catalog:"
}
}