mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
24 lines
368 B
JSON
24 lines
368 B
JSON
|
|
{
|
||
|
|
"name": "@drexa/cli",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"bin": {
|
||
|
|
"drexa": "./index.ts"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"cli": "bun run index.ts"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@drexa/auth": "workspace:*",
|
||
|
|
"chalk": "^5.3.0",
|
||
|
|
"commander": "^12.1.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/bun": "latest"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"typescript": "^5"
|
||
|
|
}
|
||
|
|
}
|