UNPKG

@oebot/core

Version:

能跑就行的 QQ 机器人框架,基于 oicq v2,改自KiviBot(R.I.P.)

61 lines (60 loc) 1.66 kB
{ "name": "@oebot/core", "version": "0.8.6", "description": "能跑就行的 QQ 机器人框架,基于 oicq v2,改自KiviBot(R.I.P.)", "homepage": "https://docs.d3ft.cn.eu.org/oebot/", "main": "lib/index.js", "keywords": [ "oicq", "oicq2", "oebot" ], "author": "Googee <googee_bot@npmjs.com>", "license": "MPL-2.0", "prettier": "@vikiboss/prettier-config", "scripts": { "dev": "npm run clean && tsc && concurrently \"tsc -w\" \"tsc-alias -w\"", "build": "npm run clean && tsc && tsc-alias", "release": "npm run build && npm publish --access public", "lint": "eslint --ext .js,.json,.ts .", "lint:fix": "eslint --fix --ext .js,.json,.ts .", "clean": "rimraf lib" }, "files": [ "lib" ], "engines": { "node": ">= v14" }, "dependencies": { "axios": "^1.2.2", "clipboardy": "^2.3.0", "dayjs": "^1.11.7", "fast-glob": "^3.2.12", "fs-extra": "^10.1.0", "log4js": "^6.7.1", "minimist": "^1.2.7", "node-cron": "^3.0.2", "npm-check-updates": "^16.6.2", "oicq": "^2.3.1", "prompts": "^2.4.2" }, "devDependencies": { "@types/eslint": "^8.4.10", "@types/fs-extra": "^9.0.13", "@types/minimist": "^1.2.2", "@types/node": "^18.11.18", "@types/node-cron": "^3.0.7", "@types/prompts": "^2.4.2", "@vikiboss/prettier-config": "^0.2.2", "concurrently": "^7.6.0", "eslint": "^8.31.0", "eslint-config-prettier": "^8.6.0", "eslint-config-viki-ts": "^0.1.1", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.8.2", "rimraf": "^3.0.2", "tsc-alias": "^1.8.2", "typescript": "^4.9.4" } }