{
  "name": "@plasmicapp/cli",
  "version": "0.1.367",
  "description": "plasmic cli for syncing local code with Plasmic designs",
  "engines": {
    "node": ">=12"
  },
  "main": "./dist/lib.js",
  "types": "./dist/lib.d.ts",
  "bin": {
    "plasmic": "./dist/index.js"
  },
  "scriptsComments": {
    "test/wtest": "jest@<30 needs --experimental-vm-modules for ESM compat"
  },
  "scripts": {
    "wtest": "NODE_OPTIONS=--experimental-vm-modules jest --colors --watchAll",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest --colors",
    "test:debug": "node --experimental-vm-modules --inspect-brk node_modules/.bin/jest --runInBand --watch",
    "build": "bash build.sh",
    "plasmic": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/generator": "^7.29.1",
    "@babel/parser": "^7.29.2",
    "@babel/preset-typescript": "^7.28.5",
    "@babel/traverse": "^7.29.0",
    "@babel/types": "^7.29.0",
    "@sentry/node": "^5.19.2",
    "@supercharge/promise-pool": "^2.4.0",
    "@types/babel__core": "^7.20.5",
    "@types/babel__generator": "^7.27.0",
    "@types/babel__traverse": "^7.28.0",
    "@types/cli-progress": "^3.11.6",
    "@types/findup-sync": "^2.0.2",
    "@types/glob": "^7.2.0",
    "@types/inquirer": "^6.5.0",
    "@types/jest": "^29.5.14",
    "@types/latest-version": "^4.0.1",
    "@types/lodash": "^4.17.24",
    "@types/node": "^22",
    "@types/pako": "^1.0.1",
    "@types/semver": "^7.7.1",
    "@types/tmp": "^0.2.6",
    "@types/update-notifier": "^4.1.1",
    "@types/uuid": "^8.3.4",
    "@types/wrap-ansi": "^3.0.0",
    "@types/yargs": "^15.0.20",
    "axios": "^1.0.0",
    "chalk": "^4.1.0",
    "cli-progress": "^3.12.0",
    "esbuild": "0.28.1",
    "fast-glob": "^3.2.4",
    "findup-sync": "^4.0.0",
    "fs": "^0.0.1-security",
    "glob": "^7.1.6",
    "inquirer": "^7.3.2",
    "jest": "^29.7.0",
    "jest-circus": "^29.7.0",
    "latest-version": "^5.1.0",
    "lodash": "^4.18.1",
    "moment": "^2.27.0",
    "open": "^8.0.9",
    "pako": "^1.0.11",
    "path": "^0.12.7",
    "prettier": "^3.8.3",
    "semver": "^7.7.4",
    "socket.io-client": "^4.8.3",
    "tmp": "^0.2.5",
    "ts-jest": "^29.4.9",
    "tsx": "^4.21.0",
    "typescript": "^5.7.3",
    "typescript-json-schema": "^0.45.0",
    "upath": "^1.2.0",
    "utility-types": "^3.11.0",
    "uuid": "^8.3.1",
    "winston": "^3.19.0",
    "wrap-ansi": "^7.0.0",
    "yargs": "^15.4.1"
  },
  "gitHead": "0e3cfc541089374f7510394a9c2f902b3c01b3df"
}
