@nomiclabs/buidler-ethers
Version:
Buidler plugin for ethers
46 lines (45 loc) • 1.57 kB
JSON
{
"name": "@nomiclabs/buidler-ethers",
"version": "2.0.2",
"description": "Buidler plugin for ethers",
"homepage": "https://github.com/nomiclabs/buidler/tree/master/packages/buidler-ethers",
"repository": "github:nomiclabs/buidler",
"author": "Nomic Labs LLC",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"ethereum",
"smart-contracts",
"buidler",
"buidler-plugin",
"ethers.js"
],
"scripts": {
"lint:fix": "node ../../node_modules/prettier/bin-prettier.js --write \"src/**/*.{js,ts}\" \"test/**/*.{js,ts}\" && npm run lint-src -- --fix && npm run lint-tests -- --fix",
"lint": "npm run lint-src && npm run lint-tests",
"lint-tests": "node ../../node_modules/tslint/bin/tslint --config tslint.json --project ./tsconfig.json",
"lint-src": "node ../../node_modules/tslint/bin/tslint --config tslint.json --project src/tsconfig.json",
"test": "node ../../node_modules/mocha/bin/mocha --recursive \"test/**/*.ts\" --exit",
"build": "node ../../node_modules/typescript/bin/tsc --build src",
"build-test": "node ../../node_modules/typescript/bin/tsc --build .",
"clean": "node ../../node_modules/rimraf/bin.js dist build-test"
},
"files": [
"dist/",
"src/",
"LICENSE",
"README.md"
],
"devDependencies": {
"@nomiclabs/buidler": "^1.3.3",
"@types/chai": "^4.2.0",
"@types/fs-extra": "^5.1.0",
"chai": "^4.2.0",
"ethers": "^5.0.0"
},
"peerDependencies": {
"@nomiclabs/buidler": "^1.3.3",
"ethers": "^5.0.0"
}
}