{
  "name": "@plasmicapp/cli",
  "version": "0.1.371",
  "description": "plasmic cli for syncing local code with Plasmic designs",
  "homepage": "https://www.plasmic.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plasmicapp/plasmic.git",
    "directory": "packages/cli"
  },
  "license": "MIT",
  "engines": {
    "node": ">=12"
  },
  "main": "./dist/lib.js",
  "types": "./dist/lib.d.ts",
  "bin": {
    "plasmic": "./dist/index.js"
  },
  "scripts": {
    "test": "vitest run",
    "build": "bash build.sh",
    "plasmic": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/generator": "^7.29.8",
    "@babel/parser": "^7.29.8",
    "@babel/preset-typescript": "^7.28.5",
    "@babel/traverse": "^7.29.8",
    "@babel/types": "^7.29.8",
    "@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/latest-version": "^4.0.1",
    "@types/lodash": "^4.17.25",
    "@types/node": "^22",
    "@types/pako": "^1.0.1",
    "@types/semver": "^7.8.0",
    "@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.19.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",
    "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",
    "tsx": "^4.23.1",
    "typescript": "^5.7.3",
    "typescript-json-schema": "^0.45.0",
    "upath": "^1.2.0",
    "utility-types": "^3.11.0",
    "uuid": "^8.3.1",
    "vite": "8.1.5",
    "vitest": "4.1.10",
    "winston": "^3.19.0",
    "wrap-ansi": "^7.0.0",
    "yargs": "^15.4.1"
  },
  "gitHead": "b960713225766df3635763f660645146b92fa693"
}
