{
  "name": "@eleven-am/transcoder",
  "version": "0.0.60",
  "description": "High-performance HLS transcoding library with hardware acceleration, intelligent client management, and distributed processing support for Node.js",
  "keywords": [
    "transcode",
    "transcoding",
    "hls",
    "http-live-streaming",
    "video",
    "audio",
    "ffmpeg",
    "streaming",
    "adaptive-bitrate",
    "hardware-acceleration",
    "cuda",
    "videotoolbox",
    "quicksync",
    "distributed",
    "kubernetes",
    "redis"
  ],
  "homepage": "https://github.com/eleven-am/transcoder#readme",
  "bugs": {
    "url": "https://github.com/eleven-am/transcoder/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eleven-am/transcoder.git"
  },
  "license": "GPL-3.0",
  "author": "Roy OSSAI",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "jest --coverage --verbose --passWithNoTests",
    "build": "npm run ensure-headers && rimraf dist && tsc",
    "ensure-headers": "node scripts/ensure-gpl-headers.js",
    "lint": "eslint --ext .ts src",
    "lint:fix": "eslint --fix --ext .ts src",
    "prepublishOnly": "npm run build && npm run lint && npm test",
    "prepare": "npm run build",
    "release:patch": "npm version patch && git push origin main --tags",
    "release:minor": "npm version minor && git push origin main --tags",
    "release:major": "npm version major && git push origin main --tags"
  },
  "dependencies": {
    "@eleven-am/fp": "^0.0.35",
    "redis": "^5.5.6"
  },
  "devDependencies": {
    "@eslint/js": "^9.30.0",
    "@stylistic/eslint-plugin-ts": "^4.4.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.6",
    "@typescript-eslint/eslint-plugin": "^8.35.0",
    "@typescript-eslint/parser": "^8.35.0",
    "eslint": "^9.30.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-import-resolver-node": "^0.3.9",
    "eslint-plugin-file-progress": "^3.0.2",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.1",
    "globals": "^16.2.0",
    "jest": "^29.7.0",
    "prettier": "^3.6.2",
    "rimraf": "^6.0.1",
    "source-map-support": "^0.5.21",
    "supertest": "^7.1.1",
    "ts-jest": "^29.4.0",
    "ts-loader": "^9.5.2",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
