{
  "name": "@androbinco/prompts-cli",
  "version": "0.1.4",
  "type": "module",
  "description": "Robin CLI for importing generative AI prompts",
  "main": "./src/index.js",
  "bin": {
    "robin-prompts-cli": "./src/index.js"
  },
  "author": "androbinco",
  "license": "ISC",
  "dependencies": {
    "dotenv": "16.5.0",
    "octokit": "5.0.3"
  },
  "files": [
    "src/",
    "README.md"
  ],
  "keywords": [
    "cli",
    "prompts",
    "ai",
    "robin"
  ],
  "scripts": {
    "test": "node src/index.js",
    "build": "echo \"@androbinco/prompts-cli: No build step required.\"",
    "lint": "echo \"@androbinco/prompts-cli: Lint not configured for this package.\"",
    "start": "node ./src/index.js",
    "dev": "node ./src/index.js"
  }
}