{
  "name": "@palette.dev/cli",
  "version": "1.21.4",
  "description": "Upload source maps to Palette from the command line",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "bin": {
    "palette": "dist/bin.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist && esbuild src/index.ts --bundle --outdir=dist --platform=node --minify && esbuild src/bin.ts --bundle --outdir=dist --platform=node --minify",
    "postbuild": "tsc --emitDeclarationOnly --declarationDir dist",
    "version": "npm run build",
    "watch": "esbuild src/index.ts --bundle --outdir=dist --platform=node --minify --watch"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "jsdom",
    "testEnvironmentOptions": {
      "html": "<html lang='zh-cmn-Hant'></html>",
      "url": "https://jestjs.io/",
      "userAgent": "Agent/007"
    }
  },
  "dependencies": {
    "@supercharge/promise-pool": "^2.4.0",
    "@types/cli-table": "^0.3.1",
    "@types/debug": "^4.1.8",
    "@types/inquirer": "^9.0.3",
    "@types/is-git-clean": "^1.1.0",
    "@types/jscodeshift": "^0.11.6",
    "chalk": "^4.1.2",
    "cli-table": "^0.3.11",
    "crosspath": "^1.0.0",
    "debug": "^4.3.4",
    "detect-package-manager": "^2.0.1",
    "dotenv": "^16.1.0",
    "esbuild": "^0.25.10",
    "form-data": "^4.0.0",
    "globby": "^11.1.0",
    "inquirer": "^8.2.5",
    "inquirer-fuzzy-path": "^2.3.0",
    "is-git-clean": "^1.1.0",
    "jscodeshift": "^0.15.0",
    "lodash": "^4.17.21",
    "node-fetch": "^3.3.1",
    "resolve": "^1.22.2",
    "semver": "^7.5.1",
    "yargs": "^17.7.2"
  }
}
