{
  "name": "obra",
  "version": "0.2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/NanHeSam/obra-cli.git"
  },
  "description": "Multi-Provider Creative AI CLI for generating images, videos, and music",
  "type": "module",
  "bin": {
    "obra": "./dist/bin/obra.js"
  },
  "main": "./dist/src/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "bun run bin/obra.ts",
    "build": "tsc",
    "build:binary": "bun build ./bin/obra.ts --compile --outfile dist/obra",
    "prepublishOnly": "npm run build",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "lint": "bunx @biomejs/biome check .",
    "format": "bunx @biomejs/biome format --write ."
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "conf": "^13.0.1",
    "ora": "^8.1.1",
    "puppeteer-core": "24.36.1"
  },
  "devDependencies": {
    "@types/bun": "^1.1.14",
    "@types/node": "^22.0.0",
    "typescript": "^5.7.2"
  },
  "keywords": [
    "ai",
    "cli",
    "image-generation",
    "video-generation",
    "music-generation",
    "creative-ai",
    "kie.ai"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  }
}
