{
  "author": "The Paypr Company",
  "name": "@paypr/gnossis-chain-contracts",
  "description": "",
  "license": "GPL-3.0",
  "version": "1.0.5",
  "homepage": "https://paypr.money/",
  "repository": {
    "type": "git",
    "url": "https://github.com/paypr/gnossis-chain-contracts"
  },
  "bugs": {
    "url": "https://github.com/paypr/gnossis-chain-contracts/issues"
  },
  "files": [
    "artifacts",
    "contracts",
    "dist",
    "src",
    "CHANGELOG.md",
    "README.md"
  ],
  "scripts": {
    "clean": "rm -rf build && rm -rf dist && rm -rf out && rm -rf types && rm -rf artifacts && rm -rf cache",
    "compile:contracts": "hardhat compile",
    "build": "npm run compile:contracts && npm run pretty && tsc && npm run copy-declarations",
    "build:ci": "npm run compile:contracts && tsc",
    "build:watch": "tsc --watch",
    "copy-declarations": "cp -R types dist",
    "rebuild": "npm run clean && npm run build",
    "test": "jest",
    "posttest": "npm run lint",
    "lint": "solhint 'contracts/**/*.sol' && eslint",
    "pretty": "pretty-quick",
    "release": "standard-version",
    "prepublishOnly": "npm run rebuild && npm run release"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged",
      "pre-push": "npm run lint"
    }
  },
  "dependencies": {
    "@openzeppelin/contracts": "4.7.3",
    "@paypr/ethereum-contracts": "1.1.0",
    "ethers": "5.7.0"
  },
  "devDependencies": {
    "@ethereum-waffle/jest": "3.3.2",
    "@nomiclabs/hardhat-ethers": "2.1.1",
    "@nomiclabs/hardhat-waffle": "2.0.3",
    "@poanet/solidity-flattener": "3.0.8",
    "@typechain/ethers-v5": "10.1.0",
    "@typechain/hardhat": "6.1.2",
    "@types/jest": "28.1.8",
    "@types/node": "16.11.56",
    "@typescript-eslint/eslint-plugin": "5.36.1",
    "@typescript-eslint/parser": "5.36.1",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "8.23.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-prettier": "4.2.1",
    "ethereum-waffle": "3.4.4",
    "hardhat": "2.11.0",
    "husky": "8.0.1",
    "jest": "28.1.3",
    "jest-junit": "14.0.1",
    "prettier": "2.7.1",
    "prettier-plugin-solidity": "1.0.0-beta.24",
    "pretty-quick": "3.1.3",
    "solhint": "3.3.7",
    "solhint-plugin-prettier": "0.0.5",
    "standard-version": "9.5.0",
    "ts-jest": "28.0.8",
    "ts-node": "10.9.1",
    "tsutils": "3.21.0",
    "typechain": "8.1.0",
    "typescript": "4.8.2"
  },
  "engines": {
    "npm": ">=7.20",
    "node": ">=16.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "standard-version": {
    "issueUrlFormat": "https://github.com/paypr/gnossis-chain-contracts/issues/{{id}}",
    "issuePrefixes": [
      "#"
    ],
    "scripts": {
      "postchangelog": "npm run pretty"
    }
  }
}
