Files
yenai-plugin/package.json
2023-04-09 00:49:39 +08:00

33 lines
734 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",
"systeminformation": "^5.17.1"
},
"devDependencies": {
"all-contributors-cli": "^6.24.0"
},
"optionalDependencies": {
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}