{
  "name": "focalapi-cli",
  "version": "0.7.5",
  "description": "让任意 AI Agent 直接调用 focalapi 创作模型的命令行工具",
  "type": "module",
  "bin": {
    "focalapi": "dist/cli.js"
  },
  "files": [
    "dist",
    "scripts",
    "skills",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "dev": "tsx src/cli.ts",
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "postinstall": "node scripts/postinstall.cjs",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "focalapi",
    "ai",
    "agent",
    "cli",
    "llm",
    "image-generation",
    "video-generation"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/focalapi/focalapi-cli.git"
  },
  "homepage": "https://github.com/focalapi/focalapi-cli#readme",
  "bugs": {
    "url": "https://github.com/focalapi/focalapi-cli/issues"
  },
  "dependencies": {
    "commander": "^12.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "tsup": "^8.2.4",
    "tsx": "^4.19.0",
    "typescript": "^5.5.4",
    "vitest": "^2.1.9"
  }
}
