{
  "name": "@synthetixio/hardhat-storage",
  "version": "3.13.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Solidity Contracts Storage Validation",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "keywords": [
    "hardhat",
    "storage",
    "solidity"
  ],
  "files": [
    "src",
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts",
    "dist/**/*.d.ts.map"
  ],
  "author": "Synthetix",
  "license": "MIT",
  "scripts": {
    "build": "yarn build:ts",
    "build:ts": "tsc --noEmit false --project src/tsconfig.json",
    "watch": "yarn build --watch",
    "test": "jest",
    "coverage": "yarn test --coverage",
    "test:watch": "yarn test --watch",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "@solidity-parser/parser": "^0.18.0",
    "@synthetixio/core-utils": "3.13.0",
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.5",
    "lodash.memoize": "^4.1.2",
    "mustache": "^4.2.0",
    "solidity-ast": "^0.4.55"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/lodash.memoize": "^4.1.9",
    "@types/mustache": "^4.2.5",
    "hardhat": "^2.19.5",
    "jest": "^29.7.0",
    "micromatch": "4.0.8",
    "ts-jest": "^29.1.2",
    "typescript": "^5.5.4"
  },
  "gitHead": "936381f89fbb1d59f4bb9641c1430e5f49d2426b"
}
