{
  "name": "@usecannon/router",
  "version": "4.1.3",
  "description": "Fork of Synthetix Router Proxy Architecture Manager, including only contract generation logic.",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "keywords": [
    "deploy",
    "solidity",
    "cannon"
  ],
  "files": [
    "dist"
  ],
  "author": "Synthetix",
  "license": "MIT",
  "dependencies": {
    "@ethersproject/abi": "^5.7.0",
    "@ethersproject/keccak256": "^5.7.0",
    "debug": "^4.3.7",
    "mustache": "^4.2.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/mocha": "^10.0.9",
    "@types/mustache": "^4.2.5",
    "@types/node": "^18.19.56",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.57.1",
    "eslint-plugin-no-only-tests": "^3.3.0",
    "ethers": "^5.7.2",
    "mocha": "^10.7.3",
    "nyc": "^15.1.0",
    "prettier": "^3.3.3",
    "ts-node": "^10.9.2",
    "typechain": "^8.3.2",
    "typescript": "^5.6.3"
  },
  "gitHead": "6ad3588038432a2015409633fe7d0dc641f54a27",
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "watch": "tsc --watch",
    "test": "mocha",
    "coverage": "pnpm test",
    "test:watch": "pnpm test --watch",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "pretty": "prettier --check .",
    "pretty:fix": "prettier --write ."
  }
}