123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "gocqhttp-twitter-searchbot",
- "version": "0.0.1",
- "description": "GoCQHTTP Twitter Search Bot",
- "main": "./dist/main.js",
- "bin": {
- "twitter-searchbot": "./dist/main.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/CL-Jeremy/mirai-twitter-bot.git"
- },
- "keywords": [
- "qq",
- "qqbot",
- "mirai",
- "twitter"
- ],
- "author": "CL-Jeremy",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/CL-Jeremy/mirai-twitter-bot/issues"
- },
- "homepage": "https://github.com/CL-Jeremy/mirai-twitter-bot",
- "scripts": {
- "build": "rm -rf dist && npx tsc --outDir d && mv d/src dist && rm -rf d",
- "lint": "npx eslint --fix --ext .ts ./"
- },
- "dependencies": {
- "command-line-usage": "^5.0.5",
- "koishi": "^3.10.0",
- "koishi-adapter-onebot": "^3.0.8",
- "log4js": "^6.3.0",
- "twitter": "^1.7.1",
- "typescript": "^4.5.5"
- },
- "devDependencies": {
- "@types/command-line-usage": "^5.0.1",
- "@types/node": "^14.14.22",
- "@types/twitter": "^1.7.0",
- "@typescript-eslint/eslint-plugin": "^4.22.0",
- "@typescript-eslint/parser": "^4.22.0",
- "eslint": "^7.25.0",
- "eslint-plugin-import": "^2.22.1",
- "eslint-plugin-jsdoc": "^32.3.1",
- "eslint-plugin-prefer-arrow": "^1.2.3",
- "eslint-plugin-react": "^7.23.2",
- "tslint-config-prettier": "^1.13.0",
- "twitter-d": "^0.4.0"
- }
- }
|