Files
yenai-plugin/package.json
2023-05-01 00:18:40 +08:00

30 lines
644 B
JSON

{
"name": "yenai-plguin",
"version": "1.0.0",
"description": "Yunzai-Bot插件扩展",
"main": "index.js",
"type": "module",
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "https://gitee.com/yeyang52/yenai-plugin.git"
},
"keywords": [
"Yunzai-Bot",
"yenai-plguin"
],
"author": "yeyang",
"license": "GPL-3.0",
"dependencies": {
"cheerio": "1.0.0-rc.12",
"jimp": "^0.22.7",
"systeminformation": "^5.17.12"
},
"devDependencies": {
"all-contributors-cli": "^6.24.0"
}
}