boring.tools-poc/apps/cli/package.json
Lars Hampe b182329146
All checks were successful
Build and Push Docker Image / tests (push) Successful in 56s
Build and Push Docker Image / build (push) Successful in 3m31s
wip: cli and changelog commit upload
2024-10-25 16:31:59 +02:00

11 lines
192 B
JSON

{
"name": "@boring.tools/cli",
"module": "src/index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}