UNPKG

buidler-typechain

Version:
64 lines (63 loc) 1.73 kB
{ "name": "buidler-typechain", "version": "0.2.2", "description": "Buidler TypeScript plugin boilerplate", "repository": "github:rhlsthrm/buidler-typechain.git", "author": "Rahul Sethuram", "license": "MIT", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "keywords": [ "ethereum", "smart-contracts", "buidler", "buidler-plugin" ], "scripts": { "lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json", "lint": "tslint --config tslint.json --project tsconfig.json", "test": "mocha --exit", "build": "tsc", "buidl": "tsc", "watch": "tsc -w", "prepare": "npm run build" }, "files": [ "dist/", "src/", "LICENSE", "README.md" ], "devDependencies": { "@nomiclabs/buidler": "^1.4.8", "@types/chai": "^4.2.14", "@types/fs-extra": "^9.0.2", "@types/mocha": "^8.0.3", "@types/node": "^14.11.10", "@types/rimraf": "^3.0.0", "chai": "^4.2.0", "dotenv": "^8.2.0", "ethers": "^5.0.17", "fs-extra": "^9.0.1", "mocha": "^8.2.0", "prettier": "^2.1.2", "source-map-support": "^0.5.19", "ts-generator": "0.1.1", "ts-node": "^9.0.0", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.3.0", "typechain": "^3.0.0", "@typechain/ethers-v4": "^1.0.1", "@typechain/ethers-v5": "^2.0.0", "@typechain/truffle-v4": "^2.0.3", "@typechain/truffle-v5": "^2.0.2", "@typechain/web3-v1": "^1.0.0", "typescript": "^4.0.3" }, "peerDependencies": { "@nomiclabs/buidler": "^1.4.8", "ts-generator": "0.1.1", "typechain": "^3.0.0" } }