UNPKG

@river-build/web3

Version:

Dapps for our Space and Registry contracts

52 lines (51 loc) 1.52 kB
{ "name": "@river-build/web3", "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", "lint": "yarn eslint --format unix ./src", "lint:fix": "yarn lint --fix", "test": "vitest run", "test:watch": "vitest --watch", "test:ci": "yarn test", "test:debug": "DEBUG=test yarn test", "watch": "tsc --watch" }, "dependencies": { "@isaacs/ttlcache": "^1.4.1", "@river-build/dlog": "^0.0.189", "@river-build/generated": "^0.0.189", "abitype": "^0.9.10", "debug": "^4.3.4", "ethers": "^5.7.2", "lodash": "^4.17.21", "lru-cache": "^11.0.1", "nanoid": "^4.0.0", "viem": "^2.21.51", "zod": "^3.21.4" }, "devDependencies": { "@types/lodash": "^4.14.186", "@types/node": "^20.5.0", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^7.14.1", "debug": "^4.3.4", "eslint": "^8.53.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "typed-emitter": "^2.1.0", "typescript": "^5.1.6", "vitest": "3.0.5" }, "files": [ "/dist", "/v4" ], "gitHead": "8c4a8e30ab96fbc00daee5a072a7312b0a63aff0" }