16 lines
332 B
JSON
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"
|
|
}
|
|
}
|