@river-build/react-sdk
Version:
React Hooks for River SDK
73 lines (72 loc) • 2.42 kB
JSON
{
"name": "@river-build/react-sdk",
"description": "React Hooks for River SDK",
"version": "0.0.189",
"type": "module",
"main": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "yarn run clean && yarn run build:esm+types",
"build:esm+types": "tsc --project tsconfig.build.json --outDir ./dist/esm --declaration --declarationMap --declarationDir ./dist/types",
"lint": "eslint ./src --max-warnings=0",
"gen": "yarn gen:extractor && yarn gen:docs",
"gen:docs": "tsx ./scripts/docgen/generate.ts",
"gen:extractor": "api-extractor run --local",
"clean": "rm -rf dist tsconfig.tsbuildinfo",
"test:build": "publint --strict && attw --pack --ignore-rules cjs-resolves-to-esm",
"typecheck": "tsc --noEmit",
"watch": "yarn build -w"
},
"dependencies": {
"@river-build/sdk": "^0.0.189",
"ethers": "^5.7.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.7",
"@microsoft/api-extractor-model": "^7.29.6",
"@microsoft/tsdoc": "^0.15.0",
"@microsoft/tsdoc-config": "^0.17.0",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.5.0",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.53.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tsdoc": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-morph": "^24.0.0",
"tsx": "^4.7.1",
"typescript": "^5.1.6"
},
"files": [
"dist/**",
"!dist/**/*.tsbuildinfo",
"src/**/*.ts",
"!src/**/*.test.ts",
"!src/**/*.test-d.ts"
],
"keywords": [
"hooks",
"react",
"river",
"sdk",
"web3"
],
"peerDependencies": {
"react": "^18.2.0",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/river-build/river.git",
"directory": "packages/react"
},
"sideEffects": false,
"typings": "./dist/types/index.d.ts",
"gitHead": "8c4a8e30ab96fbc00daee5a072a7312b0a63aff0"
}