UNPKG

web3.db-fileconnector

Version:

GraphQL System Built on web3 technologies. Web3.DB is an open database built on top of web3 technologies. It is a decentralized, open-source database that allows users to store and query data in a secure and efficient manner. The system is designed to be

48 lines (47 loc) 1.33 kB
{ "name": "web3db-connector-client", "version": "1.8.5", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix", "format": "prettier . --write", "tidy": "yarn lint:fix && yarn format" }, "dependencies": { "@babel/runtime": "7.26.10", "@ceramicnetwork/http-client": "^6.4.0", "@ceramicnetwork/stream-model": "^5.4.0", "@ceramicnetwork/streamid": "^5.6.0", "@composedb/client": "^0.7.1", "@helia/strings": "^4.0.6", "@types/jsonwebtoken": "^9.0.9", "axios": "0.30.0", "dids": "^5.0.3", "helia": "^5.4.2", "jsonwebtoken": "^9.0.2", "key-did-provider-ed25519": "^4.0.2", "key-did-resolver": "^4.0.0", "nanoid": "5.0.9", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "ws": "8.17.1" }, "devDependencies": { "@types/node": "^20.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "typescript": "^5.0.0" }, "resolutions": { "ws": "8.17.1", "secp256k1": "5.0.1", "parse-duration": "2.1.3", "axios": "0.30.0", "nanoid": "5.0.9", "@babel/runtime": "7.26.10", "react": "^18.2.0", "react-dom": "^18.2.0" } }