{
  "name": "typechain-target-ethers-v5",
  "description": "🔌 TypeChain target for ethers-v5",
  "keywords": [
    "ethers",
    "ethersjs",
    "ethereum",
    "TypeChain",
    "TypeScript"
  ],
  "version": "5.0.1",
  "license": "MIT",
  "repository": "https://github.com/ethereum-ts/Typechain",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**",
    "static/**",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "ts-node -T ./src/index.ts",
    "format": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --check \"./**/*.ts\"",
    "format:fix": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --write \"./**/*.ts\"",
    "lint": "eslint --ext .ts src test",
    "lint:fix": "yarn lint --fix",
    "typecheck": "tsc --noEmit --incremental false --composite false && tsc --noEmit --incremental false --composite false -p tsconfig.types.json",
    "clean": "rm -rf dist && rm -f tsconfig.build.tsbuildinfo",
    "test": "mocha --config ../../.mocharc.js",
    "test:fix": "yarn lint:fix && yarn format:fix && yarn test && yarn typecheck"
  },
  "peerDependencies": {
    "typechain": "^4.0.0",
    "typescript": ">=3.8.0",
    "ethers": "^5.0.0"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@typescript-eslint/eslint-plugin": "^2.25.0",
    "@typescript-eslint/parser": "^2.12.0",
    "eslint": "^6.8.0",
    "eslint-config-typestrict": "^1.0.0",
    "eslint-plugin-no-only-tests": "^2.4.0",
    "eslint-plugin-sonarjs": "^0.5.0",
    "ganache-cli": "^6.9.1",
    "mocha": "^8.2.0",
    "test-utils": "1.0.0",
    "ts-node": "^8.5.4",
    "typechain": "*",
    "typescript": "3.9.0-beta"
  }
}
