{
  "name": "@xgm/contract-library",
  "version": "0.0.6",
  "description": "Godmode Contract Library",
  "main": "dist/index",
  "engines": {
    "node": "12.*"
  },
  "engineStrict": true,
  "files": [
    "/build/protocols.txt",
    "/dist",
    "/LICENSE",
    "/README.md"
  ],
  "scripts": {
    "compile": "npm run dist && node dist/scripts/compile.js",
    "clean": "rm -R node_modules",
    "clean:build": "rm -R build/protocols",
    "dist": "node_modules/typescript/bin/tsc",
    "release": "dotenv release-it -- --only-version --verbose",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xGodMode/contract-library.git"
  },
  "keywords": [
    "xgm",
    "godmode",
    "ethereum",
    "solidity",
    "smart-contracts"
  ],
  "author": "valmack",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xGodMode/contract-library/issues"
  },
  "homepage": "https://github.com/xGodMode/contract-library#readme",
  "dependencies": {
    "@xgm/error-codes": "^0.0.3",
    "glob": "^7.1.6",
    "memorystream": "^0.3.1",
    "require-from-string": "^2.0.2",
    "solc": "^0.8.0"
  },
  "devDependencies": {
    "@types/node": "^14.14.19",
    "dotenv-cli": "^4.0.0",
    "husky": "^4.3.6",
    "prettier": "^2.2.1",
    "pretty-quick": "^3.1.0",
    "release-it": "^14.2.2",
    "typescript": "^4.1.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "release-it": {
    "hooks": {
      "before:init": [
        "npm install"
      ]
    },
    "git": {
      "requireBranch": "main",
      "commitMessage": "release: v${version}"
    },
    "github": {
      "release": true
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
