{
  "name": "@xiping/node-utils",
  "version": "1.0.95",
  "description": "node-utils",
  "type": "module",
  "author": "The-End-Hero <527409987@qq.com>",
  "homepage": "https://github.com/The-End-Hero/xiping#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "bin": {
    "translate-srt": "./bin/translate-srt",
    "video-thumbnail": "./bin/video-thumbnail",
    "video-transcoding": "./bin/video-transcoding"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "bin"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/The-End-Hero/xiping.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "build": "tsc && node scripts/copy-readmes.js"
  },
  "bugs": {
    "url": "https://github.com/The-End-Hero/xiping/issues"
  },
  "gitHead": "9c7550acd85291467661c6e3706b506b0e4f5aa0",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@xiping/subtitle": "1.0.95",
    "chalk": "^5.6.2",
    "openai": "^6.48.0",
    "sharp": "^0.35.3",
    "srt-parser-2": "^1.2.3"
  },
  "devDependencies": {
    "@types/node": "^26.1.2",
    "tslib": "^2.8.1",
    "typescript": "6.0.3"
  }
}
