{
  "name": "@valueswap/v2-core",
  "version": "2.0.1",
  "description": "🎛 Core contracts for the ValueswapV2 protocol",
  "author": {
    "name": "Value Network",
    "email": "support@valuenetwork.live",
    "url": "https://valuenetwork.live"
  },
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/valuenetworklive2021/valueswap-v2-core"
  },
  "scripts": {
    "lint": "yarn prettier ./test/*.ts --check",
    "lint:fix": "yarn prettier ./test/*.ts --write",
    "get-hash": "truffle exec scripts/get-init-code-hash.js",
    "clean": "rimraf ./build/",
    "precompile": "yarn clean",
    "compile": "truffle compile",
    "postcompile": "yarn get-hash",
    "pretest": "yarn compile",
    "test": "truffle test",
    "predeploy-": "yarn compile",
    "deploy": "truffle migrations --network",
    "verify": "truffle run verify --network",
    "prepublishOnly-": "yarn test",
    "ganache-cli": "ganache-cli",
    "concat": "yarn run concat:all",
    "concat:all": "yarn run concat:ValueswapV2Factory",
    "concat:ValueswapV2Factory": "truffle-flattener contracts/ValueswapV2Factory.sol > contracts-monofiles/ValueswapV2Factory.sol"
  },
  "files": [
    "contracts",
    "build"
  ],
  "engines": {
    "node": ">=10"
  },
  "devDependencies": {
    "@truffle/hdwallet-provider": "^1.2.1",
    "chai": "^4.2.0",
    "ethereum-waffle": "^3.2.1",
    "ethereumjs-util": "^6.2.0",
    "ethers": "^5.0.0",
    "ganache-cli": "^6.12.1",
    "prettier": "^1.19.1",
    "rimraf": "^3.0.0",
    "solc": "0.5.16",
    "truffle": "^5.1.59",
    "truffle-flattener": "^1.5.0",
    "truffle-plugin-verify": "^0.5.4",
    "ts-node": "^8.5.4",
    "typescript": "^3.7.3"
  },
  "keywords": [
    "ethereum",
    "valueswap",
    "v2",
    "core",
    "valueswap v2"
  ]
}
