{ "name": "cqhttp-twitter-bot", "version": "1.0.2", "description": "CQHTTP Twitter Bot", "main": "./dist/main.js", "bin": { "cqhttp-twitter-bot": "./dist/main.js" }, "repository": { "type": "git", "url": "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 -r dist && tsc --outDir dist", "lint": "tslint --fix -c tslint.json --project ./" }, "dependencies": { "command-line-usage": "^5.0.5", "cq-websocket": "^1.2.6", "log4js": "^2.10.0", "pngjs": "^3.3.3", "read-all-stream": "^3.1.0", "twitter": "^1.7.1", "typescript": "^2.9.2", "webshot": "^0.18.0" }, "devDependencies": { "@types/node": "^10.5.1", "@types/pngjs": "^3.3.2", "tslint": "^5.10.0", "tslint-config-prettier": "^1.13.0" } }