16 lines
352 B
JSON
16 lines
352 B
JSON
{
|
|
"name": "@konobangu/storage",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
|
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/blob": "^0.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"@konobangu/typescript-config": "workspace:*"
|
|
}
|
|
}
|