Files
yenai-plugin/package.json
2024-04-14 18:33:51 +08:00

48 lines
1.1 KiB
JSON

{
"name": "yenai-plguin",
"version": "1.4.0",
"description": "Yunzai-Bot插件扩展",
"main": "index.js",
"type": "module",
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"lint": "lint-staged --allow-empty",
"prepare": "husky"
},
"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",
"colorthief": "^2.4.0",
"jimp": "^0.22.7",
"systeminformation": "^5.17.12"
},
"devDependencies": {
"all-contributors-cli": "^6.24.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2"
},
"optionalDependencies": {
"abort-controller": "^3.0.0"
},
"lint-staged": {
"*.js": [
"eslint --fix"
]
}
}