chore: monorepo
This commit is contained in:
23
packages/ndk-cache-tauri/package.json
Normal file
23
packages/ndk-cache-tauri/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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.1",
|
||||
"lru-cache": "^10.1.0",
|
||||
"nostr-fetch": "^0.14.1",
|
||||
"nostr-tools": "1.17.0",
|
||||
"react": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lume/tsconfig": "workspace:*",
|
||||
"@types/react": "^18.2.45",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user