{
  "name": "@safe-global/safe-modules-deployments",
  "version": "3.0.3",
  "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": "pnpm run lint:ts && pnpm run lint:json",
    "lint:fix": "pnpm run lint:ts --fix && pnpm run lint:json --write",
    "lint:json": "prettier --check \"src/assets/**/*.json\"",
    "lint:ts": "eslint --max-warnings 0 src/",
    "prepare": "pnpm run build",
    "test": "jest",
    "update-registry": "tsx scripts/update-registry.ts"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "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.57.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.19.17",
    "eslint": "^8.57.1",
    "eslint-plugin-prettier": "^5.5.5",
    "jest": "^29.7.0",
    "prettier": "^3.8.1",
    "rimraf": "^5.0.10",
    "ts-jest": "^29.4.9",
    "tsx": "^4.7.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^7.18.0",
    "viem": "^2.44.0"
  },
  "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}
