{
  "name": "@sagaegmi/prompthub-cli",
  "version": "1.1.3",
  "description": "PromptHub CLI - A powerful version control system for AI prompts with team collaboration features",
  "type": "module",
  "bin": {
    "prompthub": "./bin/cli.js"
  },
  "scripts": {
    "test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --passWithNoTests",
    "lint": "eslint .",
    "format": "prettier --write .",
    "start": "node bin/cli.js",
    "prepublishOnly": "npm run test"
  },
  "keywords": [
    "prompthub",
    "prompt-engineering",
    "version-control",
    "ai",
    "llm",
    "openai",
    "llama",
    "anthropic",
    "cli",
    "prompts",
    "prompt-management",
    "collaboration",
    "ab-testing",
    "ci-cd",
    "remote-storage"
  ],
  "author": "Sagar Regmi <sagarregmi2056@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sagarregmi2056/prompthub-cli.git"
  },
  "bugs": {
    "url": "https://github.com/sagarregmi2056/prompthub-cli/issues"
  },
  "homepage": "https://github.com/sagarregmi2056/prompthub-cli#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "diff": "^5.1.0",
    "dotenv": "^16.4.5",
    "inquirer": "^9.2.15",
    "openai": "^4.28.0",
    "ora": "^8.0.1",
    "table": "^6.8.1",
    "yaml": "^2.4.0",
    "@aws-sdk/client-s3": "^3.525.0",
    "@octokit/rest": "^20.0.2",
    "csv-writer": "^1.6.0",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/preset-env": "^7.24.0",
    "babel-jest": "^29.7.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "prettier": "^3.2.5"
  }
}
