{
  "name": "zkcli-in-memory-node",
  "type": "module",
  "version": "1.1.0",
  "description": "zkSync In-memory node module for zkcli",
  "repository": {
    "type": "git",
    "url": "https://github.com/matter-labs/zkcli-in-memory-node.git"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc -p . --noEmit",
    "lint": "eslint . --ext ./src/* --fix --ignore-path .gitignore --no-error-on-unmatched-pattern --max-warnings=0",
    "commitlint": "commitlint --edit"
  },
  "keywords": [
    "in-memory",
    "node",
    "zkcli",
    "zksync",
    "era",
    "test"
  ],
  "author": "Matter Labs",
  "license": "MIT",
  "prettier": "@matterlabs/prettier-config",
  "lint-staged": {
    "./src/*": "npm run lint",
    "**/*.ts": "tsc-files --noEmit"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "zksync-cli": "^1.10.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.7.1",
    "@commitlint/config-conventional": "^17.7.0",
    "@matterlabs/eslint-config-typescript": "^1.1.2",
    "@matterlabs/prettier-config": "^1.0.3",
    "@semantic-release/changelog": "^6.0.3",
    "@types/node": "^20.6.3",
    "husky": "^8.0.3",
    "lint-staged": "^14.0.1",
    "semantic-release": "^22.0.8",
    "ts-node": "^10.9.1",
    "tsc-files": "^1.1.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
