UNPKG

@allo-team/allo-v2-sdk

Version:
63 lines (62 loc) 1.56 kB
{ "name": "@allo-team/allo-v2-sdk", "version": "1.1.3", "description": "sdk for allo v2", "main": "dist/index.js", "types": "dist/index.d.ts", "engines": { "npm": ">=8.5.5", "node": ">=16.15.0" }, "license": "MIT", "scripts": { "docs": "typedoc --out docs src", "test": "hardhat test --network", "build": "tsc", "lint": "eslint -f unix \"src/**/*.{ts,tsx}\"" }, "devDependencies": { "@nomicfoundation/hardhat-chai-matchers": "^2.0.6", "@nomicfoundation/hardhat-ethers": "^3.0.5", "@nomicfoundation/hardhat-viem": "^1.0.4", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.6", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "chai": "^4.4.1", "eslint": "8.48.0", "eslint-plugin-tsdoc": "^0.2.17", "ethers": "^6.12.1", "jest": "^29.7.0", "nodemon": "^3.1.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "dependencies": { "@typechain/hardhat": "^9.1.0", "dotenv": "^16.4.5", "events": "^3.3.0", "hardhat": "^2.22.3", "mocha": "^10.4.0", "viem": "^2.13.1" }, "repository": { "type": "git", "url": "git+https://github.com/allo-protocol/allo-v2-sdk.git" }, "keywords": [ "allo", "funding", "public", "goods", "community", "sdk", "web3" ], "author": "allo team", "bugs": { "url": "https://github.com/allo-protocol/allo-v2-sdk/issues" }, "homepage": "https://github.com/allo-protocol/allo-v2-sdk#readme" }