1 Star 0 Fork 14

会飞滴企鹅/Mirai-js

forked from 高厉害/Mirai-js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
高厉害 提交于 2022-03-07 23:54 . version: 2.4.0 released
{
"name": "mirai-js",
"version": "2.4.0",
"description": "QQ robot development framework based on Mirai-api-http.",
"main": "dist/node/index.js",
"scripts": {
"lint": "eslint --fix .",
"build": "webpack && babel src --out-dir dist/node --copy-files",
"prepare": "husky install"
},
"lint-staged": {
"*.js": "eslint --fix",
"*.ts": "eslint --fix"
},
"keywords": [
"mirai",
"api",
"http",
"robot"
],
"author": {
"email": "[email protected]",
"name": "gaolihai",
"url": "https://gaolihai.cool/note/"
},
"repository": {
"type": "git",
"url": "https://github.com/Drincann/Mirai-js"
},
"homepage": "https://drincann.github.io/Mirai-js/",
"license": "AGPL-3.0",
"dependencies": {
"axios": "^0.24.0",
"form-data": "^3.0.0",
"ws": "^8.4.0"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.2.0",
"husky": "^6.0.0",
"lint-staged": "^12.0.2",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"typescript": "^4.2.2",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/L1334101793/Mirai-js.git
[email protected]:L1334101793/Mirai-js.git
L1334101793
Mirai-js
Mirai-js
master

搜索帮助