{
  "name": "jianying-editor",
  "version": "1.0.3",
  "description": "一个用于自动化剪映视频编辑的工具库",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "node example.js"
  },
  "keywords": [
    "jianying",
    "video",
    "automation",
    "editor",
    "剪映"
  ],
  "author": "YaShu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/steelan9199/jianying-editor.git"
  },
  "bugs": {
    "url": "https://github.com/steelan9199/jianying-editor/issues"
  },
  "homepage": "https://github.com/steelan9199/jianying-editor#readme",
  "dependencies": {
    "@ffmpeg-installer/ffmpeg": "^1.1.0",
    "@ffprobe-installer/ffprobe": "^2.1.2",
    "fluent-ffmpeg": "^2.1.2"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "devDependencies": {
    "@types/fluent-ffmpeg": "^2.1.27",
    "@types/node": "^24.2.1"
  }
}
