mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
12 lines
179 B
JSON
12 lines
179 B
JSON
|
|
{
|
||
|
|
"name": "@drexa/auth",
|
||
|
|
"module": "index.ts",
|
||
|
|
"type": "module",
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/bun": "latest"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"typescript": "^5"
|
||
|
|
}
|
||
|
|
}
|