mirai-js
Version:
QQ robot development framework based on Mirai-api-http.
53 lines (52 loc) • 1.48 kB
JSON
{
"name": "mirai-js",
"version": "2.8.11",
"description": "QQ robot development framework based on Mirai-api-http.",
"main": "dist/node/index.js",
"scripts": {
"lint": "eslint --fix .",
"build": "rm -rf dist && tsc --noEmit src/*.d.ts && 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": "devgaolihai@foxmail.com",
"name": "gaolihai",
"url": "https://codingfor.life"
},
"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.1",
"ws": "^8.8.1"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"husky": "^6.0.0",
"lint-staged": "^12.5.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}