1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "gocqhttp-twitter-bot",
- "version": "0.4.0",
- "description": "Mirai Twitter Bot",
- "main": "./dist/main.js",
- "bin": {
- "cq-igstory-bot": "./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": {
- "@discoveryjs/json-ext": "^0.5.7",
- "axios": "^0.21.4",
- "callable-instance": "^2.0.0",
- "command-line-usage": "^5.0.5",
- "html-entities": "^1.3.1",
- "instagram-private-api": "^1.44.1",
- "koishi": "^3.10.0",
- "koishi-adapter-onebot": "^3.0.8",
- "log4js": "^6.3.0",
- "playwright": "^1.9.1",
- "pngjs": "^5.0.0",
- "read-all-stream": "^3.1.0",
- "sha1": "^1.1.1",
- "sharp": "^0.25.4",
- "socks-proxy-agent": "^5.0.0",
- "temp": "^0.9.1",
- "typescript": "^4.5.5"
- },
- "devDependencies": {
- "@types/command-line-usage": "^5.0.1",
- "@types/node": "^14.14.22",
- "@types/pngjs": "^3.4.2",
- "@types/puppeteer": "^1.5.0",
- "@types/redis": "^2.8.6",
- "@types/sharp": "^0.25.0",
- "@types/temp": "^0.8.34",
- "@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"
- }
- }
|