-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.87 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
60
61
62
63
64
65
66
67
68
{
"name": "kook-pixiv-chan",
"version": "1.5.6",
"description": "Get trending illustrations or illustration detail",
"main": "src/index.ts",
"scripts": {
"start": "node --nolazy -r ts-node/register -r tsconfig-paths/register src/index.ts",
"debug": "npm start -- --debug",
"pm2": "pm2 start src/pm2-windows.js --name='kook-pixiv-chan'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hexona69/kook-pixiv-chan.git"
},
"keywords": [
"kbotify",
"kaiheila",
"KOOK",
"bot",
"pixiv"
],
"author": "potatopotat0",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hexona69/kook-pixiv-chan/issues"
},
"homepage": "https://github.com/Hexona69/kook-pixiv-chan#readme",
"dependencies": {
"ali-oss": "^6.17.1",
"argparse": "^2.0.1",
"axios": "^0.27.2",
"base64url": "^3.0.1",
"bunyan": "^1.8.15",
"child-process": "^1.0.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"got": "^11.8.3",
"kbotify": "^0.2.5",
"luxon": "^3.1.0",
"node-schedule": "^2.1.0",
"pixnode": "^2.0.4",
"prettier": "^2.7.1",
"sharp": "^0.30.7",
"ts-node": "^10.8.1",
"upath": "^2.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@alicloud/imageaudit-2019-12-30": "^2.0.0",
"@alicloud/pop-core": "^1.7.12",
"@types/ali-oss": "^6.16.7",
"@types/argparse": "^2.0.10",
"@types/bunyan": "^1.8.8",
"@types/luxon": "^3.1.0",
"@types/node-schedule": "^2.1.0",
"@types/sharp": "^0.30.4",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prettier": "^3.4.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5"
}
}