Files
yenai-plugin/package.json
2023-01-07 13:20:29 +08:00

24 lines
477 B
JSON

{
"name": "yenai-plguin",
"version": "1.0.0",
"description": "Yunzai-Bot插件扩展",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/yeyang52/yenai-plugin.git"
},
"keywords": [
"Yunzai-Bot",
"yenai-plguin"
],
"author": "yeyang",
"license": "GPL-3.0",
"dependencies": {
"systeminformation": "^5.17.1"
}
}