{
  "name": "@rootplatform/cli",
  "version": "2.3.0",
  "description": "Root Platform CLI",
  "scripts": {
    "build": "tsc",
    "postbuild": "run-script-os",
    "postbuild:darwin:linux": "cp ./package.json ./dist/package.json",
    "postbuild:win32": "copy \"./package.json\" \"./dist/package.json\"",
    "dev": "npm run build --force && npm link --force --no-save",
    "test": "run-script-os",
    "test:darwin:linux": "tsc && npm run cp-static-test-assets:darwin:linux && USE_MORGAN=false NODE_ENV=test mocha \"./dist/**/*test.js\"",
    "test:win32": "tsc && npm run cp-static-test-assets:win32 && SET NODE_ENV=test SET USE_MORGAN=false mocha \"./dist/**/*test.js\"",
    "cp-static-test-assets:darwin:linux": "mkdir -p ./dist/test-modules && cp -r ./test-modules ./dist/test-modules",
    "cp-static-test-assets:win32": "mkdir .\\dist\\test-modules && xcopy .\\test-modules .\\dist\\test-modules /E /I /Y",
    "lint": "eslint --cache .",
    "lint:quiet": "eslint --quiet --cache .",
    "lint:fix": "eslint --cache . --fix",
    "ai:pr": "bash .cursor/scripts/review-pr.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RootBank/root-platform-cli.git"
  },
  "author": "Root",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/RootBank/root-platform-cli/issues"
  },
  "bin": {
    "rp": "./dist/src/index.js"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "homepage": "https://github.com/RootBank/root-platform-cli#readme",
  "dependencies": {
    "@types/adm-zip": "^0.5.7",
    "adm-zip": "^0.5.16",
    "camelcase-keys": "^7.0.0",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "chai-subset": "^1.6.0",
    "chalk": "^4.1.2",
    "checkdigit": "^1.1.1",
    "cli-diff": "^1.0.0",
    "commander": "^14.0.3",
    "dayjs": "^1.11.10",
    "deep-diff": "^1.0.2",
    "esbuild": "^0.27.3",
    "eslint": "^10.0.0",
    "is-unicode-supported": "^0.1.0",
    "joi": "^18.0.2",
    "joi-to-json": "^5.0.1",
    "js-yaml": "^4.1.0",
    "json-schema-faker": "^0.5.0-rcv.46",
    "lodash": "^4.17.21",
    "mocha": "^11.0.0",
    "moment": "^2.29.1",
    "ora": "^5.4.1",
    "playwright": "^1.49.0",
    "phone": "^3.1.57",
    "prettier": "^3.0.0",
    "sinon": "^21.0.1",
    "snakecase-keys": "^4.0.2",
    "type-fest": "^5.4.4",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/chai": "^4.1.7",
    "@types/chai-as-promised": "^7.1.0",
    "@types/chai-subset": "^1.3.2",
    "@types/deep-diff": "^1.0.1",
    "@types/js-yaml": "^4.0.9",
    "@types/lodash": "^4.14.170",
    "@types/mocha": "^10.0.10",
    "@types/node": "^20.0.0",
    "@types/sinon": "^21.0.0",
    "eslint-config-prettier": "^10.0.0",
    "eslint-plugin-mocha": "^11.2.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-sonarjs": "^4.0.0",
    "eslint-plugin-unicorn": "^63.0.0",
    "globals": "^17.3.0",
    "run-script-os": "^1.1.6",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.0.0"
  },
  "overrides": {
    "diff": "^8.0.3",
    "serialize-javascript": "^7.0.4"
  }
}
