open-design/tools/pr/package.json
2026-05-21 13:17:52 +08:00

27 lines
565 B
JSON

{
"name": "@open-design/tools-pr",
"version": "0.8.0",
"private": true,
"type": "module",
"bin": {
"tools-pr": "./bin/tools-pr.mjs"
},
"scripts": {
"build": "node ./esbuild.config.mjs",
"dev": "tsx ./src/index.ts",
"test": "node --import tsx --test tests/*.test.ts",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"cac": "6.7.14"
},
"devDependencies": {
"@types/node": "24.12.2",
"esbuild": "0.28.0",
"tsx": "4.22.3",
"typescript": "6.0.3"
},
"engines": {
"node": "~24"
}
}