{
  "name": "mojitoswap-safe-deployments",
  "version": "0.0.4",
  "description": "Collection of Safe singleton deployments",
  "homepage": "https://github.com/gnosis/safe-deployments/",
  "license": "LGPL-3.0",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "test",
    "build"
  ],
  "scripts": {
    "build": "yarn rimraf dist && tsc",
    "lint": "eslint --max-warnings 0 .",
    "prepack": "yarn build",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bbelly/safe-deployments.git"
  },
  "keywords": [
    "Ethereum",
    "KCC",
    "Wallet",
    "Safe"
  ],
  "author": "mojitoswap.finance",
  "bugs": {
    "url": "https://github.com/bbelly/safe-deployments.git/issues"
  },
  "devDependencies": {
    "@types/node": "^14.14.21",
    "@typescript-eslint/eslint-plugin": "^4.7.0",
    "@typescript-eslint/parser": "^4.7.0",
    "eslint": "^7.13.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-no-only-tests": "^2.4.0",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^5.1.3",
    "prettier": "^2.1.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  }
}