{
  "name": "@gnosis.pm/safe-singleton-factory",
  "version": "1.0.14",
  "description": "Singleton factory used by Safe related contracts",
  "homepage": "https://github.com/gnosis/safe-singleton-factory/",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "src/",
    "artifacts/",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "compile": "ts-node scripts/compile.ts",
    "status": "ts-node scripts/status.ts",
    "submit": "ts-node scripts/submit.ts",
    "estimate": "ts-node scripts/estimate.ts",
    "build": "yarn rimraf dist && tsc",
    "prepublish": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gnosis/safe-singleton-factory.git"
  },
  "keywords": [
    "Ethereum",
    "Hardhat",
    "Safe"
  ],
  "author": "richard@gnosis.io",
  "bugs": {
    "url": "https://github.com/rmeissner/hardhat-safe-deployer/issues"
  },
  "devDependencies": {
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.21",
    "@types/yargs": "^15.0.10",
    "argv": "^0.0.2",
    "axios": "^0.21.1",
    "dotenv": "^8.0.0",
    "ethers": "^5.1.4",
    "hardhat": "^2.2.1",
    "solc": "0.5.8",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3",
    "yargs": "^17.3.1"
  }
}
