UNPKG

@towns-protocol/sdk

Version:

For more details, visit the following resources:

74 lines (73 loc) 2.62 kB
{ "name": "@towns-protocol/sdk", "version": "0.0.261", "packageManager": "yarn@3.8.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "cb": "yarn clean && yarn build", "clean": "rm -rf dist", "dev": "my-node src/index.ts", "lint": "yarn eslint --format unix ./src --max-warnings=0", "lint:fix": "yarn lint --fix", "test:unit": "vitest run --config vitest.config.unit.ts", "test:ci": "yarn test:ci:multi:ne", "test:ci:multi:ent:legacy": "vitest run --config vitest.config.multi_legacy.ts", "test:ci:multi:ent": "vitest run --config vitest.config.ts", "test:ci:multi:ne": "vitest run --config vitest.config.multi_ne.ts", "test:ci:with-entitlements": "yarn test:ci:multi:ent", "test:watch": "vitest --watch", "watch": "tsc --watch" }, "dependencies": { "@bufbuild/protobuf": "^2.2.2", "@connectrpc/connect": "^2.0.0", "@ethereumjs/util": "^10.0.0", "@noble/curves": "^1.9.1", "@noble/hashes": "^1.8.0", "@towns-protocol/dlog": "^0.0.261", "@towns-protocol/encryption": "^0.0.261", "@towns-protocol/generated": "^0.0.261", "@towns-protocol/proto": "^0.0.261", "@towns-protocol/rpc-connector": "^0.0.261", "@towns-protocol/sdk-crypto": "^0.0.261", "@towns-protocol/web3": "^0.0.261", "debug": "^4.3.4", "dexie": "^4.0.7", "ethereum-cryptography": "^3.2.0", "ethers": "^5.7.2", "lodash-es": "^4.17.21", "nanoid": "^4.0.0", "p-limit": "^6.1.0", "vitest": "^3.2.3" }, "devDependencies": { "@connectrpc/connect-web": "^2.0.0", "@types/debug": "^4.1.8", "@types/lodash-es": "^4.17.12", "@types/node": "^20.14.8", "@types/seedrandom": "^3.0.4", "@typescript-eslint/eslint-plugin": "^8.29.0", "@typescript-eslint/parser": "^8.29.0", "eslint": "^8.57.1", "eslint-import-resolver-typescript": "^4.3.2", "eslint-plugin-import-x": "^4.10.2", "eslint-plugin-tsdoc": "^0.3.0", "fake-indexeddb": "^4.0.1", "happy-dom": "^15.11.7", "seedrandom": "^3.0.5", "typed-emitter": "^2.1.0", "typescript": "^5.8.2", "vite-plugin-wasm": "^3.4.1", "vitest-fetch-mock": "^0.4.3" }, "files": [ "/dist" ], "gitHead": "5b02375fcf6cd424b38133209a723cbe3f0f36cc" }