You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
554 B
24 lines
554 B
{
|
|
"private": true,
|
|
"name": "autorestic",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"schema:gen": "bun run ./scripts/generateSchema.ts",
|
|
"bin": "bun build ./src/index.ts --compile --outfile autorestic"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^0.6.0",
|
|
"typescript": "^5.0.0",
|
|
"zod-to-json-schema": "^3.21.2"
|
|
},
|
|
"dependencies": {
|
|
"@commander-js/extra-typings": "^11.0.0",
|
|
"commander": "^11.0.0",
|
|
"pino": "^8.14.1",
|
|
"pino-pretty": "^10.0.0",
|
|
"yaml": "^2.3.1",
|
|
"zod": "^3.21.4"
|
|
}
|
|
}
|