{ "name": "@safe-global/safe-deployments", "version": "1.37.3", "description": "Collection of Safe singleton deployments", "homepage": "https://github.com/safe-global/safe-deployments/", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "build": "rimraf dist && tsc", "lint": "npm run lint:ts && npm run lint:json", "lint:ts": "eslint --max-warnings 0 src/ scripts/", "lint:json": "prettier -c src/assets/*/*.json", "lint:fix": "npm run lint:fix:ts && npm run lint:fix:json", "lint:fix:ts": "npm run lint:ts -- --fix", "lint:fix:json": "prettier -w src/assets/*/*.json", "verify": "ts-node scripts/verify.ts", "prepack": "npm run build", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/safe-global/safe-deployments.git" }, "keywords": [ "Ethereum", "Wallet", "Safe" ], "author": "richard@safe.global", "bugs": { "url": "https://github.com/safe-global/safe-deployments/issues" }, "devDependencies": { "@eslint/js": "^8.57.0", "@types/jest": "^29.5.12", "@types/node": "^20.14.9", "@types/semver": "^7.5.8", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "ethers": "^6.13.1", "jest": "^29.7.0", "prettier": "^3.3.2", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", "typescript": "^5.5.2", "typescript-eslint": "^7.14.1" }, "dependencies": { "semver": "^7.6.2" } }