lume/packages/ndk-cache-tauri/package.json
2024-01-07 20:47:48 +07:00

23 lines
502 B
JSON

{
"name": "@lume/ndk-cache-tauri",
"version": "0.0.0",
"main": "./index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@lume/storage": "workspace:*",
"@nostr-dev-kit/ndk": "^2.3.2",
"lru-cache": "^10.1.0",
"nostr-fetch": "^0.15.0",
"nostr-tools": "1.17.0",
"react": "^18.2.0"
},
"devDependencies": {
"@lume/tsconfig": "workspace:*",
"@types/react": "^18.2.47",
"typescript": "^5.3.3"
}
}