lume/packages/ndk-cache-tauri/package.json

23 lines
502 B
JSON
Raw Normal View History

2023-12-25 07:28:39 +00:00
{
"name": "@lume/ndk-cache-tauri",
"version": "0.0.0",
"main": "./index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@lume/storage": "workspace:*",
2023-12-29 01:26:13 +00:00
"@nostr-dev-kit/ndk": "^2.3.2",
2023-12-25 07:28:39 +00:00
"lru-cache": "^10.1.0",
2024-01-07 13:47:48 +00:00
"nostr-fetch": "^0.15.0",
2023-12-25 07:28:39 +00:00
"nostr-tools": "1.17.0",
"react": "^18.2.0"
},
"devDependencies": {
"@lume/tsconfig": "workspace:*",
2024-01-07 13:47:48 +00:00
"@types/react": "^18.2.47",
2023-12-25 07:28:39 +00:00
"typescript": "^5.3.3"
}
}