mirror of
https://github.com/unjs/unstorage.git
synced 2025-12-08 21:26:09 +00:00
197 lines
4.8 KiB
JSON
197 lines
4.8 KiB
JSON
{
|
|
"name": "unstorage",
|
|
"version": "2.0.0-alpha.4",
|
|
"description": "Universal Storage Layer",
|
|
"homepage": "https://unstorage.unjs.io",
|
|
"repository": "unjs/unstorage",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./drivers/*": "./dist/drivers/*.mjs",
|
|
"./server": "./dist/server.mjs"
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"bench": "node test/server.bench.ts",
|
|
"build": "pnpm gen-drivers && obuild",
|
|
"dev": "vitest",
|
|
"gen-drivers": "node scripts/gen-drivers.ts",
|
|
"lint": "eslint . && prettier -c .",
|
|
"lint:fix": "eslint . --fix && prettier -w .",
|
|
"prepack": "pnpm build",
|
|
"release": "pnpm test && pnpm build && changelogen --release --prerelease --publish --publishTag alpha --push",
|
|
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
|
|
"test:types": "tsc --noEmit --skipLibCheck",
|
|
"unstorage": "node jiti src/cli.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@azure/app-configuration": "^1.10.0",
|
|
"@azure/cosmos": "^4.8.0",
|
|
"@azure/data-tables": "^13.3.2",
|
|
"@azure/identity": "^4.13.0",
|
|
"@azure/keyvault-secrets": "^4.10.0",
|
|
"@azure/storage-blob": "^12.29.1",
|
|
"@capacitor/preferences": "^7.0.2",
|
|
"@cloudflare/workers-types": "^4.20251120.0",
|
|
"@deno/kv": "^0.12.0",
|
|
"@electric-sql/pglite": "^0.3.14",
|
|
"@libsql/client": "^0.15.15",
|
|
"@netlify/blobs": "^10.4.1",
|
|
"@planetscale/database": "^1.19.0",
|
|
"@types/deno": "^2.5.0",
|
|
"@types/ioredis-mock": "^8.2.6",
|
|
"@types/jsdom": "^27.0.0",
|
|
"@types/node": "^24.10.1",
|
|
"@upstash/redis": "^1.35.6",
|
|
"@vercel/blob": "^2.0.0",
|
|
"@vercel/functions": "^3.3.3",
|
|
"@vercel/kv": "^3.0.0",
|
|
"@vitest/coverage-v8": "^4.0.12",
|
|
"aws4fetch": "^1.0.20",
|
|
"azurite": "^3.35.0",
|
|
"changelogen": "^0.6.2",
|
|
"chokidar": "^4.0.3",
|
|
"citty": "^0.1.6",
|
|
"db0": "^0.3.4",
|
|
"destr": "^2.0.5",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-unjs": "^0.5.0",
|
|
"fake-indexeddb": "^6.2.5",
|
|
"get-port-please": "^3.2.0",
|
|
"h3": "^2.0.1-rc.5",
|
|
"idb-keyval": "^6.2.2",
|
|
"ioredis": "^5.8.2",
|
|
"ioredis-mock": "^8.13.1",
|
|
"jsdom": "^27.2.0",
|
|
"lru-cache": "^11.2.2",
|
|
"mitata": "^1.0.34",
|
|
"mlly": "^1.8.0",
|
|
"mongodb": "^7.0.0",
|
|
"mongodb-memory-server": "^10.3.0",
|
|
"obuild": "^0.4.2",
|
|
"ofetch": "^1.5.1",
|
|
"prettier": "^3.6.2",
|
|
"scule": "^1.3.0",
|
|
"srvx": "^0.9.6",
|
|
"typescript": "^5.9.3",
|
|
"uploadthing": "^7.7.4",
|
|
"vite": "^7.2.4",
|
|
"vitest": "^4.0.12",
|
|
"wrangler": "^4.49.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@azure/app-configuration": "^1.9.0",
|
|
"@azure/cosmos": "^4.7.0",
|
|
"@azure/data-tables": "^13.3.1",
|
|
"@azure/identity": "^4.13.0",
|
|
"@azure/keyvault-secrets": "^4.10.0",
|
|
"@azure/storage-blob": "^12.29.1",
|
|
"@capacitor/preferences": "^6.0.3 || ^7.0.0",
|
|
"@deno/kv": ">=0.12.0",
|
|
"@netlify/blobs": "^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0",
|
|
"@planetscale/database": "^1.19.0",
|
|
"@upstash/redis": "^1.35.6",
|
|
"@vercel/blob": ">=0.27.3",
|
|
"@vercel/functions": "^2.2.12 || ^3.0.0",
|
|
"@vercel/kv": "^1.0.1",
|
|
"aws4fetch": "^1.0.20",
|
|
"chokidar": "^4.0.3",
|
|
"db0": ">=0.3.4",
|
|
"idb-keyval": "^6.2.2",
|
|
"ioredis": "^5.8.2",
|
|
"lru-cache": "^11.2.2",
|
|
"mongodb": "^6|^7",
|
|
"ofetch": "*",
|
|
"uploadthing": "^7.7.4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@azure/app-configuration": {
|
|
"optional": true
|
|
},
|
|
"@azure/cosmos": {
|
|
"optional": true
|
|
},
|
|
"@azure/data-tables": {
|
|
"optional": true
|
|
},
|
|
"@azure/identity": {
|
|
"optional": true
|
|
},
|
|
"@azure/keyvault-secrets": {
|
|
"optional": true
|
|
},
|
|
"@azure/storage-blob": {
|
|
"optional": true
|
|
},
|
|
"@capacitor/preferences": {
|
|
"optional": true
|
|
},
|
|
"@deno/kv": {
|
|
"optional": true
|
|
},
|
|
"@netlify/blobs": {
|
|
"optional": true
|
|
},
|
|
"@planetscale/database": {
|
|
"optional": true
|
|
},
|
|
"@upstash/redis": {
|
|
"optional": true
|
|
},
|
|
"@vercel/blob": {
|
|
"optional": true
|
|
},
|
|
"@vercel/functions": {
|
|
"optional": true
|
|
},
|
|
"@vercel/kv": {
|
|
"optional": true
|
|
},
|
|
"aws4fetch": {
|
|
"optional": true
|
|
},
|
|
"chokidar": {
|
|
"optional": true
|
|
},
|
|
"db0": {
|
|
"optional": true
|
|
},
|
|
"idb-keyval": {
|
|
"optional": true
|
|
},
|
|
"ioredis": {
|
|
"optional": true
|
|
},
|
|
"lru-cache": {
|
|
"optional": true
|
|
},
|
|
"mongodb": {
|
|
"optional": true
|
|
},
|
|
"ofetch": {
|
|
"optional": true
|
|
},
|
|
"uploadthing": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"packageManager": "pnpm@10.23.0",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"mongodb-memory-server"
|
|
],
|
|
"ignoredBuiltDependencies": [
|
|
"@parcel/watcher",
|
|
"sharp",
|
|
"workerd"
|
|
]
|
|
}
|
|
}
|