lume/packages/ndk-cache-tauri/package.json
2024-01-30 15:33:24 +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.3",
"lru-cache": "^10.2.0",
"nostr-fetch": "^0.15.0",
"nostr-tools": "1.17.0",
"react": "^18.2.0"
},
"devDependencies": {
"@lume/tsconfig": "workspace:*",
"@types/react": "^18.2.48",
"typescript": "^5.3.3"
}
}