UNPKG

allo-monad-ray

Version:

Monad version of Allo v2 SDK

68 lines (67 loc) 1.72 kB
{ "name": "allo-monad-ray", "version": "1.0.8", "description": "Monad version of Allo v2 SDK", "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", "files": [ "dist" ], "sideEffects": false, "engines": { "npm": ">=8.5.5", "node": ">=16.15.0" }, "license": "MIT", "scripts": { "docs": "typedoc --out docs src", "test": "hardhat test --network", "build": "npm run build:esm && npm run build:cjs && npm run build:types", "build:esm": "tsc -p tsconfig.esm.json", "build:cjs": "tsc -p tsconfig.cjs.json", "build:types": "tsc -p tsconfig.types.json", "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", "typedoc": "^0.27.6", "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" }, "keywords": [ "allo", "monad", "funding", "web3" ], "author": "ray" }