{
  "name": "supersim",
  "version": "0.1.0-alpha.59",
  "description": "Supersim is a lightweight tool to simulate the Superchain locally",
  "license": "MIT",
  "author": "Optimism PBC",
  "keywords": [
    "optimism",
    "ethereum",
    "supersim",
    "superchain"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "bin": {
    "supersim": "./bin/supersim"
  },
  "dependencies": {
    "follow-redirects": "^1.15.9"
  },
  "scripts": {
    "lint": "eslint install.js && pnpm prettier --check install.js --ignore-path \"../../.prettierignore\"",
    "lint:fix": "eslint install.js --fix --quiet && pnpm prettier install.js --write --loglevel=warn --ignore-path \"../../.prettierignore\"",
    "postinstall": "node install.js"
  }
}