UNPKG

@truffle/abi-utils

Version:
57 lines (56 loc) 1.4 kB
{ "name": "@truffle/abi-utils", "version": "1.0.3", "description": "Utilities for working with ABIs", "license": "MIT", "author": "g. nicholas d'andrea <gnidan@trufflesuite.com>", "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/abi-utils#readme", "repository": { "type": "git", "url": "https://github.com/trufflesuite/truffle.git", "directory": "packages/abi-utils" }, "bugs": { "url": "https://github.com/trufflesuite/truffle/issues" }, "main": "dist/lib/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "yarn build", "test": "jest lib/**" }, "types": "dist/lib/index.d.ts", "dependencies": { "change-case": "3.0.2", "fast-check": "3.1.1", "web3-utils": "1.10.0" }, "devDependencies": { "@fast-check/jest": "^1.0.1", "@truffle/contract-schema": "^3.4.16", "@types/jest": "27.4.1", "@types/jest-json-schema": "^2.1.2", "@types/node": "~12.12.0", "jest": "29.1.2", "jest-extended": "^0.11.5", "jest-json-schema": "^2.1.0", "ts-jest": "29.0.3", "ts-node": "10.7.0", "typescript": "^4.9.5" }, "keywords": [ "abi", "ethereum", "solidity" ], "publishConfig": { "access": "public" }, "engines": { "node": "^16.20 || ^18.16 || >=20" }, "gitHead": "033fc64fcdf91ceef61100938d7ffbd53b63eee5" }