{
  "name": "@tfc-chain/core",
  "version": "2.0.7",
  "repository": "https://github.com/Troublor/tfc-chain",
  "author": "Wuqi Aaron Zhang <troublor@live.com>",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "dev:remixd": "remixd -s ./contracts --remix-ide https://remix.ethereum.org",
    "build": "hardhat compile && tsc && cp typechain/*.d.ts lib/typechain",
    "prepack": "yarn build && yarn test",
    "test": "jest"
  },
  "dependencies": {
    "@openzeppelin/contracts": "^4.0.0",
    "@openzeppelin/contracts-upgradeable": "^4.0.0",
    "@troubkit/log": "^0.3.0",
    "ethereumjs-wallet": "^1.0.1",
    "ethers": "^5.1.0",
    "ganache-core": "^2.13.2"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@remix-project/remixd": "^0.3.2",
    "@typechain/ethers-v5": "^6.0.5",
    "@typechain/hardhat": "^1.0.1",
    "@types/js-yaml": "^4.0.0",
    "hardhat": "^2.1.1",
    "js-yaml": "^4.1.0",
    "lerna": "^4.0.0",
    "ts-generator": "^0.1.1",
    "typechain": "^4.0.3"
  },
  "gitHead": "ad6cc9b0234dda3cf6d42029a14c30eeb8e2d43e"
}
