gocqhttp-twitter-bot
Version:
GoCQHTTP Twitter Bot
66 lines (65 loc) • 1.81 kB
JSON
{
"name": "gocqhttp-twitter-bot",
"version": "0.5.3",
"description": "GoCQHTTP Twitter Bot",
"main": "./dist/main.js",
"bin": {
"twitter-bot": "./dist/main.js",
"twitter-bot-webshot-server": "./bin/playwright-server"
},
"repository": {
"type": "git",
"url": "https://mikeslab.dix.asia/gogs/Pirami/gocqhttp-twitter-bot.git"
},
"keywords": [
"qq",
"qqbot",
"mirai",
"onebot",
"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 && rm d/src/*_test.d.ts && mv d/src dist && rm -rf d",
"lint": "npx eslint --fix --ext .ts ./"
},
"dependencies": {
"callable-instance": "^2.0.0",
"command-line-usage": "^5.0.5",
"html-entities": "^1.3.1",
"koishi": "^3.11.0",
"koishi-adapter-onebot": "^3.0.9",
"log4js": "^6.3.0",
"playwright": "^1.11.0",
"pngjs": "^6.0.0",
"read-all-stream": "^3.1.0",
"redis": "^3.1.2",
"sha1": "^1.1.1",
"sharp": "^0.26.3",
"temp": "^0.9.4",
"twitter": "^1.7.1",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/command-line-usage": "^5.0.1",
"@types/node": "^14.14.22",
"@types/pngjs": "^6.0.0",
"@types/redis": "^2.8.6",
"@types/sharp": "^0.26.1",
"@types/temp": "^0.9.0",
"@types/twitter": "^1.7.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsdoc": "^34.6.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.23.2",
"twitter-d": "^0.4.0"
}
}