{
  "name": "typechain",
  "description": "🔌 TypeScript bindings for Ethereum smartcontracts",
  "keywords": [
    "ethereum",
    "TypeScript",
    "bindings",
    "smartcontract",
    "blockchain"
  ],
  "version": "3.0.0",
  "license": "MIT",
  "repository": "https://github.com/ethereum-ts/Typechain",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": "./dist/cli/cli.js",
  "scripts": {
    "prepublishOnly": "yarn lint && yarn format && yarn test && yarn typecheck && (cd ../.. && yarn build)",
    "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",
    "clean": "rm -rf dist && rm -f tsconfig.build.tsbuildinfo",
    "post-build": "chmod +x ./dist/cli/cli.js && cp ../../README.md .",
    "test": "mocha --config ../../.mocharc.js",
    "test:fix": "yarn lint:fix && yarn format:fix && yarn test && yarn typecheck"
  },
  "dependencies": {
    "command-line-args": "^4.0.7",
    "debug": "^4.1.1",
    "fs-extra": "^7.0.0",
    "js-sha3": "^0.8.0",
    "lodash": "^4.17.15",
    "ts-essentials": "^6.0.3",
    "ts-generator": "^0.1.1"
  },
  "devDependencies": {
    "@types/bignumber.js": "^5.0.0",
    "@types/bluebird": "^3.5.18",
    "@types/chai": "^4.2.7",
    "@types/chai-as-promised": "^7.1.2",
    "@types/command-line-args": "^4.0.2",
    "@types/debug": "^4.1.5",
    "@types/fs-extra": "^5.0.4",
    "@types/glob": "^5.0.35",
    "@types/lodash": "^4.14.139",
    "@types/mocha": "^5.2.7",
    "@types/node": "^8.0.25",
    "@types/prettier": "^1.13.2",
    "@typescript-eslint/eslint-plugin": "^2.25.0",
    "@typescript-eslint/parser": "^2.12.0",
    "bignumber.js": "^5.0.0",
    "bluebird": "^3.5.1",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.2",
    "eslint": "^6.8.0",
    "eslint-config-typestrict": "^1.0.0",
    "eslint-plugin-no-only-tests": "^2.4.0",
    "eslint-plugin-sonarjs": "^0.5.0",
    "glob": "^7.1.2",
    "mocha": "^6.2.2",
    "sinon": "^8.0.1",
    "sinon-chai": "^3.3.0",
    "ts-node": "^8.5.4",
    "typescript": "3.9.0-beta"
  }
}
