{
  "name": "ic-mops",
  "version": "3.3.0",
  "type": "module",
  "bin": {
    "mops": "bin/mops.js",
    "ic-mops": "bin/mops.js"
  },
  "homepage": "https://mops.one",
  "repository": {
    "type": "git",
    "url": "https://github.com/caffeinelabs/mops.git"
  },
  "author": "DFINITY",
  "license": "MIT",
  "engines": {
    "node": ">=22.0.0"
  },
  "dependencies": {
    "@icp-sdk/core": "5.4.0",
    "@noble/hashes": "1.8.0",
    "as-table": "1.0.55",
    "buffer": "6.0.3",
    "chalk": "5.4.1",
    "change-case": "5.4.4",
    "chokidar": "3.6.0",
    "commander": "13.1.0",
    "debounce": "2.2.0",
    "del": "8.0.0",
    "execa": "9.3.1",
    "fflate": "0.8.3",
    "filesize": "10.1.6",
    "fs-extra": "11.2.0",
    "get-folder-size": "5.0.0",
    "glob": "13.0.6",
    "globby": "14.0.2",
    "got": "14.4.6",
    "jsdom": "28.1.0",
    "log-update": "6.1.0",
    "markdown-table": "3.0.4",
    "mdast-util-from-markdown": "2.0.2",
    "mdast-util-to-markdown": "2.1.2",
    "minimatch": "10.2.5",
    "ncp": "2.0.0",
    "octokit": "4.1.4",
    "prettier": "3.5.3",
    "prettier-plugin-motoko": "0.13.0",
    "promisify-child-process": "4.1.2",
    "prompts": "2.4.2",
    "proper-lockfile": "4.1.2",
    "semver": "7.7.1",
    "smol-toml": "1.7.1",
    "stream-to-promise": "3.0.0",
    "string-width": "7.2.0",
    "tar": "7.5.22",
    "terminal-size": "4.0.0",
    "vscode-languageserver-textdocument": "1.0.12",
    "xz-decompress": "0.2.3"
  },
  "devDependencies": {
    "@dfinity/pic": "0.23.0",
    "@jest/globals": "30.4.1",
    "@tsconfig/strictest": "2.0.5",
    "@types/debounce": "1.2.4",
    "@types/fs-extra": "11.0.4",
    "@types/jsdom": "28.0.0",
    "@types/ncp": "2.0.8",
    "@types/node": "24.0.3",
    "@types/prompts": "2.4.9",
    "@types/proper-lockfile": "4.1.4",
    "@types/semver": "7.5.8",
    "@types/stream-to-promise": "2.2.4",
    "@types/tar": "7.0.87",
    "esbuild": "0.28.1",
    "eslint": "8.57.0",
    "jest": "30.4.2",
    "npm-run-all": "4.1.5",
    "rexreplace": "7.1.13",
    "ts-jest": "29.4.5",
    "tsx": "4.22.4",
    "typescript": "5.9.2",
    "wasm-pack": "0.15.0"
  }
}