forked from satouriko/cqhttp-twitter-bot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@CL-Jeremy/mirai-twitter-bot",
"version": "0.3.3",
"description": "Mirai Twitter Bot",
"main": "./dist/main.js",
"bin": {
"mirai-twitter-bot": "./dist/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CL-Jeremy/mirai-twitter-bot.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"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 dist",
"lint": "npx tslint --fix -c tslint.json --project ./"
},
"dependencies": {
"callable-instance": "^2.0.0",
"command-line-usage": "^5.0.5",
"html-entities": "^1.3.1",
"log4js": "^6.3.0",
"mirai-ts": "^0.4.6",
"pngjs": "^5.0.0",
"puppeteer": "^2.1.0",
"read-all-stream": "^3.1.0",
"sha1": "^1.1.1",
"sharp": "^0.25.4",
"temp": "^0.9.1",
"twitter": "^1.7.1",
"typescript": "^3.9.7"
},
"devDependencies": {
"@types/node": "^10.17.27",
"@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",
"@types/twitter": "^1.7.0",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"twitter-d": "^0.4.0"
}
}