{ "name": "@elizaos/plugin-video", "version": "2.0.3-beta.7", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "eliza-source": { "types": "./src/index.ts", "import": "./src/index.ts", "default": "./src/index.ts" }, "import": "./dist/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json", "./*.css": "./dist/*.css", "./*": { "types": "./dist/*.d.ts", "eliza-source": { "types": "./src/*.ts", "import": "./src/*.ts", "default": "./src/*.ts" }, "import": "./dist/*.js", "default": "./dist/*.js" } }, "files": [ "registry-entry.json", "dist", "package.json", "build.ts" ], "dependencies": { "@elizaos/core": "workspace:*", "ffmpeg-static": "^5.3.0", "fluent-ffmpeg": "2.1.3", "youtube-dl-exec": "^3.1.5" }, "devDependencies": { "@types/node": "22.19.17", "typescript": "^6.0.3", "vitest": "^4.0.17" }, "scripts": { "build": "bun run build.ts", "dev": "bun run build.ts", "typecheck": "tsgo --noEmit -p tsconfig.json", "test": "vitest run --config vitest.config.ts", "lint": "bunx @biomejs/biome check --write --unsafe .", "lint:check": "bunx @biomejs/biome check .", "format": "bunx @biomejs/biome format --write .", "format:check": "bunx @biomejs/biome format ." }, "agentConfig": { "pluginType": "elizaos:plugin:1.0.0", "pluginParameters": {} }, "publishConfig": { "access": "public" }, "elizaos": { "scripts": { "coreBuild": true } } }