{
  "name": "@feedmob/feedmob-pixel-cli",
  "version": "0.1.2",
  "description": "FeedMob Pixel Dashboard data query CLI",
  "type": "module",
  "bin": {
    "feedpix": "dist/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/feed-mob/feedmob-pixel-cli.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "node ./scripts/generate-version.cjs && tsc -p tsconfig.json",
    "prepare": "npm run build",
    "prepack": "npm run build",
    "postinstall": "node ./scripts/postinstall.cjs",
    "test": "node ./scripts/generate-version.cjs && vitest run"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "commander": "^14.0.2"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.15"
  },
  "files": [
    "dist",
    "README.md",
    "scripts/postinstall.cjs"
  ],
  "license": "UNLICENSED"
}
