1a390b2815
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
/ test (push) Failing after 0s
secretlint / Run secretlint to diff files (push) Failing after 1s
UI-TARS E2E Test / E2E (macos-13) (push) Has been cancelled
UI-TARS E2E Test / E2E (macos-latest) (push) Has been cancelled
UI-TARS E2E Test / E2E (windows-latest) (push) Has been cancelled
CI Test, Typecheck / Test & Typecheck (push) Has been cancelled
35 lines
939 B
JSON
35 lines
939 B
JSON
{
|
|
"private": true,
|
|
"name": "infra",
|
|
"version": "0.0.5",
|
|
"description": "Agent TARS Infra",
|
|
"scripts": {
|
|
"bootstrap": "pnpm install && pnpm build",
|
|
"clean": "pnpm run -r clean",
|
|
"dev": "pdk d",
|
|
"build": "pnpm run -r build",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"format": "pnpm prettier --write .",
|
|
"release": "pdk release ",
|
|
"release:dryrun": "pdk release --dry-run",
|
|
"release:canary": "pdk release --canary",
|
|
"release:full": "pdk release --create-github-release",
|
|
"github-release": "pdk github-release",
|
|
"github-release:dryrun": "pdk github-release --dry-run",
|
|
"changelog": "pdk changelog",
|
|
"patch": "pdk patch"
|
|
},
|
|
"engines": {
|
|
"node": ">=22",
|
|
"pnpm": "9"
|
|
},
|
|
"devDependencies": {
|
|
"pnpm-dev-kit": "workspace:*",
|
|
"@types/node": "22.15.30",
|
|
"prettier": "3.5.3",
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|