{
  "name": "@aswless_854771076/ai_short_studio_cli",
  "version": "0.1.37",
  "description": "VVICAT 无限画布项目命令行工具",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://codeup.aliyun.com/685a53a7323b2da0bd60070e/vvicat-ai-short-studio.git",
    "directory": "packages/ai_short_studio_cli"
  },
  "homepage": "https://codeup.aliyun.com/685a53a7323b2da0bd60070e/vvicat-ai-short-studio",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "ai-short-studio": "bin/run.js"
  },
  "files": [
    "bin",
    "dist",
    "skills",
    "scripts/postinstall.mjs",
    "README.md"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "node scripts/clean.mjs && tsc -p tsconfig.json",
    "postinstall": "node scripts/postinstall.mjs",
    "prepack": "npm run build",
    "release:dry-run": "node scripts/publish.mjs --dry-run",
    "release:test": "node scripts/publish.mjs --name @aswless_854771076/ai_short_studio_cli --tag beta",
    "release:ci:test": "npm test && npm run typecheck && node scripts/publish.mjs --name @aswless_854771076/ai_short_studio_cli --tag beta --verify",
    "release:ci": "npm test && npm run typecheck && node scripts/publish.mjs --tag latest --verify",
    "release": "node scripts/publish.mjs --tag latest",
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "@napi-rs/keyring": "^1.3.0",
    "@oclif/core": "^4.12.0",
    "@supabase/supabase-js": "^2.110.7"
  },
  "devDependencies": {
    "@types/node": "^20.19.43",
    "typescript": "^5.9.3",
    "vitest": "^2.1.9"
  },
  "oclif": {
    "bin": "ai-short-studio",
    "dirname": "vvicat",
    "commands": "./dist/commands",
    "topicSeparator": " "
  }
}
