coze-plugin-utils
Version:
Comprehensive utility library for Coze plugins with multimedia processing, browser automation, cloud storage integration, and AI-powered video/audio generation capabilities
82 lines • 2.05 kB
JSON
{
"name": "coze-plugin-utils",
"version": "0.1.37",
"description": "Comprehensive utility library for Coze plugins with multimedia processing, browser automation, cloud storage integration, and AI-powered video/audio generation capabilities",
"main": "dist/index.js",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"types": "dist/index.d.ts",
"keywords": [
"coze",
"plugin",
"sdk",
"typescript",
"multimedia",
"video-processing",
"audio-processing",
"ffmpeg",
"browser-automation",
"puppeteer",
"screenshot",
"html-to-video",
"html-to-image",
"aliyun-oss",
"cloud-storage",
"ai-video",
"vidu",
"subtitle",
"media-conversion",
"file-upload",
"utility",
"tools",
"automation"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/akira-cn/coze-plugin-utils.git"
},
"bugs": {
"url": "https://github.com/akira-cn/coze-plugin-utils/issues"
},
"homepage": "https://github.com/akira-cn/coze-plugin-utils#readme",
"devDependencies": {
"@types/ali-oss": "^6.16.11",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/jest": "^29.5.0",
"@types/mime": "^3",
"@types/node": "^18.19.101",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"dotenv": "^16.5.0",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@coze/api": "^1.2.0",
"ali-oss": "^6.23.0",
"axios": "^1.9.0",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.3",
"image-size": "^2.0.2",
"microsoft-cognitiveservices-speech-sdk": "^1.44.1",
"mime": "^3.0.0",
"puppeteer-core": "^24.10.0",
"uuid": "^11.1.0"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
}
}