{ "name": "@repo/storage", "version": "2.0.0", "description": "Storage implementation for Hono - 完全兼容 Hono 的 Storage", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf dist" }, "dependencies": { "@hono/zod-validator": "^0.5.0", "@repo/db": "workspace:*", "@repo/tus": "workspace:*", "hono": "^4.7.10", "ioredis": "5.4.1", "jose": "^6.0.11", "nanoid": "^5.1.5", "transliteration": "^2.3.5", "zod": "^3.25.23" }, "devDependencies": { "@types/node": "^22.15.21", "typescript": "^5.0.0" }, "peerDependencies": { "@repo/db": "workspace:*", "@repo/tus": "workspace:*", "hono": "^4.0.0", "ioredis": "^5.0.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "keywords": [ "storage", "hono", "tus", "upload", "typescript" ], "author": "Your Name", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/your-org/your-repo.git", "directory": "packages/storage" }, "bugs": { "url": "https://github.com/your-org/your-repo/issues" }, "homepage": "https://github.com/your-org/your-repo/tree/main/packages/storage#readme" }