cli-framework/package.json
Eric Rumsey 825fe82168 Initial commit
Includes first version of Bridagier command parser
2025-05-14 16:22:35 -05:00

16 lines
332 B
JSON

{
"name": "cli-framework",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@maxmorozoff/try-catch-tuple": "^0.1.2",
"@maxmorozoff/try-catch-tuple-ts-plugin": "^0.0.1",
"@types/bun": "latest",
"ts-patch": "^3.3.0"
},
"peerDependencies": {
"typescript": "^5.8.3"
}
}