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