{
  "name": "@wip-group/falcon-cli",
  "version": "0.8.5",
  "description": "CLI for Falcon dashboard - track dev server restarts",
  "type": "module",
  "bin": {
    "falcon": "./dist/index.js"
  },
  "files": [
    "dist/index.js"
  ],
  "scripts": {
    "build": "bun build src/index.ts src/index-dev.ts --outdir dist --target node --format esm",
    "prepublishOnly": "bun run build",
    "release": "bun pm version patch && npm publish",
    "release:minor": "bun pm version minor && npm publish",
    "release:major": "bun pm version major && npm publish"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wip-group/falcon.git",
    "directory": "packages/falcon-cli"
  },
  "keywords": [
    "cli",
    "falcon",
    "dev-tools",
    "developer-tools"
  ],
  "author": "WIP Group",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.7.1",
    "@trpc/client": "^11.4.3",
    "@trpc/server": "^11.4.3",
    "@types/react": "^19.1.8",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^11.0.0",
    "ink": "^6.0.1",
    "ink-text-input": "^6.0.0",
    "node-fetch": "^3.3.2",
    "react": "^19.1.0",
    "superjson": "^2.2.1"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "react-devtools-core": "^6.1.5"
  }
}
