cqhttp-twitter-bot
Version:
CQHTTP Twitter Bot
52 lines (51 loc) • 1.24 kB
JSON
{
"name": "cqhttp-twitter-bot",
"version": "1.2.5",
"description": "CQHTTP Twitter Bot",
"main": "./dist/main.js",
"bin": {
"cqhttp-twitter-bot": "./dist/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rikakomoe/cqhttp-twitter-bot.git"
},
"keywords": [
"cq",
"qq",
"qqbot",
"cqhttp",
"twitter"
],
"author": "Riko",
"license": "MIT",
"bugs": {
"url": "https://github.com/rikakomoe/cqhttp-twitter-bot/issues"
},
"homepage": "https://github.com/rikakomoe/cqhttp-twitter-bot",
"scripts": {
"build": "rm -rf dist && tsc --outDir dist",
"lint": "tslint --fix -c tslint.json --project ./"
},
"dependencies": {
"callable-instance": "^1.0.0",
"command-line-usage": "^5.0.5",
"cq-websocket": "1.2.6",
"log4js": "^2.10.0",
"pngjs": "^3.3.3",
"puppeteer": "^1.5.0",
"read-all-stream": "^3.1.0",
"redis": "^2.8.0",
"sha1": "^1.1.1",
"twitter": "^1.7.1",
"typescript": "^2.9.2"
},
"devDependencies": {
"@types/node": "^10.5.1",
"@types/pngjs": "^3.3.2",
"@types/puppeteer": "^1.5.0",
"@types/redis": "^2.8.6",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0"
}
}