mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
27 lines
565 B
JSON
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"
|
|
}
|
|
}
|