UNPKG

koishi-plugin-lo-terr

Version:

泰拉瑞亚主题答题插件,支持视频转GIF、网页渲染等多功能

56 lines (55 loc) 1.22 kB
{ "name": "koishi-plugin-lo-terr", "description": "泰拉瑞亚主题答题插件,支持视频转GIF、网页渲染等多功能", "version": "2.1.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist", "questions.json", "README.md" ], "license": "MIT", "author": "lo-terr", "homepage": "https://github.com/koishijs/koishi-plugin-lo-terr", "repository": { "type": "git", "url": "https://github.com/koishijs/koishi-plugin-lo-terr.git" }, "bugs": { "url": "https://github.com/koishijs/koishi-plugin-lo-terr/issues" }, "keywords": [ "chatbot", "koishi", "plugin", "terraria", "quiz", "gif", "video", "svg" ], "peerDependencies": { "koishi": "^4.18.7" }, "dependencies": { "canvas": "^2.11.2", "puppeteer": "^24.15.0", "puppeteer-core": "^24.15.0", "edge-paths": "^1.0.1", "sharp": "^0.34.3", "fluent-ffmpeg": "^2.1.2", "uuid": "^11.0.0", "@ffmpeg-installer/ffmpeg": "^1.1.0" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node lib/index.js" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }