36 lines
847 B
JSON
36 lines
847 B
JSON
{
|
|
"name": "@fluxer/s3",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./*"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:watch": "vitest",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fluxer/cache": "workspace:*",
|
|
"@fluxer/constants": "workspace:*",
|
|
"@fluxer/errors": "workspace:*",
|
|
"@fluxer/hono": "workspace:*",
|
|
"@fluxer/hono_types": "workspace:*",
|
|
"@fluxer/kv_client": "workspace:*",
|
|
"@fluxer/logger": "workspace:*",
|
|
"@fluxer/rate_limit": "workspace:*",
|
|
"@fluxer/sentry": "workspace:*",
|
|
"hono": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@typescript/native-preview": "catalog:",
|
|
"@vitest/coverage-v8": "catalog:",
|
|
"vite-tsconfig-paths": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|