@useorbis/db-sdk
Version:
Orbis' Typescript SDK for building open-data experiences.
66 lines (65 loc) • 1.74 kB
JSON
{
"name": "@useorbis/db-sdk",
"version": "0.0.60-alpha",
"description": "Orbis' Typescript SDK for building open-data experiences.",
"keywords": [
"web3",
"database",
"open-data",
"library",
"orbis"
],
"homepage": "https://github.com/OrbisWeb3/db-sdk#readme",
"repository": {
"type": "git",
"url": "https://github.com/OrbisWeb3/db-sdk.git"
},
"bugs": "https://github.com/OrbisWeb3/db-sdk/issues",
"author": {
"name": "Orbis",
"url": "https://github.com/OrbisWeb3"
},
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rimraf ./dist",
"format": "prettier . --write",
"build": "npm run clean && tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"tsn": "ts-node-esm"
},
"files": [
"dist/*"
],
"exports": {
".": "./dist/index.js",
"./query": "./dist/querybuilder/index.js",
"./operators": "./dist/querybuilder/statements/operators.js",
"./auth": "./dist/auth/index.js",
"./util": "./dist/util/index.js"
},
"devDependencies": {
"@types/node": "^20.2.5",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@ceramicnetwork/http-client": "^5.16.0",
"@ceramicnetwork/stream-model": "^4.15.0",
"@ceramicnetwork/stream-model-instance": "^4.15.0",
"@ceramicnetwork/streamid": "^5.4.0",
"@didtools/cacao": "^2.0.0",
"@noble/hashes": "^1.3.1",
"@stablelib/random": "^1.0.2",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"did-session": "^2.0.1",
"dids": "^4.0.3",
"uint8arrays": "^4.0.3"
}
}