lume/packages/storage/package.json
2024-01-25 15:00:08 +03:00

22 lines
411 B
JSON

{
"name": "@lume/storage",
"version": "0.0.0",
"main": "./src/index.ts",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"nostr-tools": "~1.17.0",
"react": "^18.2.0"
},
"devDependencies": {
"@lume/tsconfig": "workspace:*",
"@lume/types": "workspace:*",
"@lume/utils": "workspace:^",
"@types/react": "^18.2.48",
"typescript": "^5.3.3"
}
}