UNPKG

@river-build/sdk

Version:

For more details, visit the following resources:

72 lines (71 loc) 2.55 kB
{ "name": "@river-build/sdk", "version": "0.0.189", "packageManager": "yarn@3.8.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "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", "@connectrpc/connect-node": "^2.0.0", "@connectrpc/connect-web": "^2.0.0", "@ethereumjs/util": "^8.0.1", "@river-build/dlog": "^0.0.189", "@river-build/encryption": "^0.0.189", "@river-build/generated": "^0.0.189", "@river-build/proto": "^0.0.189", "@river-build/web3": "^0.0.189", "browser-or-node": "^3.0.0", "debug": "^4.3.4", "dexie": "^4.0.7", "ethereum-cryptography": "^1.2.0", "ethers": "^5.7.2", "lodash": "^4.17.21", "nanoid": "^4.0.0", "p-limit": "^6.1.0", "vitest": "3.0.5" }, "devDependencies": { "@testing-library/react": "^14.2.1", "@types/debug": "^4.1.8", "@types/lodash": "^4.14.186", "@types/node": "^20.5.0", "@types/seedrandom": "^3.0.4", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^7.14.1", "eslint": "^8.53.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "eslint-plugin-tsdoc": "^0.3.0", "fake-indexeddb": "^4.0.1", "happy-dom": "^15.11.7", "ioredis": "^5.3.2", "msgpackr": "^1.10.1", "seedrandom": "^3.0.5", "typed-emitter": "^2.1.0", "typescript": "^5.1.6", "vite-plugin-wasm": "^3.4.1", "vitest-fetch-mock": "^0.4.3" }, "files": [ "/dist" ], "gitHead": "8c4a8e30ab96fbc00daee5a072a7312b0a63aff0" }