{
  "name": "@safe-global/safe-modules-deployments",
  "version": "2.2.9",
  "description": "Collection of Safe modules contract deployments",
  "homepage": "https://github.com/safe-global/safe-modules-deployments/",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "rimraf dist && tsc",
    "lint": "eslint --max-warnings 0 src/",
    "lint:fix": "pnpm run lint --fix",
    "prepare": "pnpm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/safe-global/safe-modules-deployments.git"
  },
  "keywords": [
    "Ethereum",
    "Wallet",
    "Safe"
  ],
  "author": "mikhail@safe.global",
  "bugs": {
    "url": "https://github.com/safe-global/safe-modules-deployments/issues"
  },
  "devDependencies": {
    "@eslint/js": "^8.56.0",
    "@types/node": "^20.14.2",
    "eslint": "^8.56.0",
    "eslint-plugin-prettier": "^5.1.3",
    "prettier": "^3.3.2",
    "rimraf": "^5.0.7",
    "typescript": "^5.4.5",
    "typescript-eslint": "^7.13.0"
  },
  "packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}
