-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.56 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
{
"name": "vostpt-bot",
"version": "1.0.0",
"description": "VOST PT bot",
"main": "./app.js",
"dependencies": {
"axios": "^0.21.2",
"basic-ftp": "^4.5.3",
"cheerio": "^1.0.0-rc.3",
"csv": "^5.5.0",
"discord.js": "^11.4.2",
"dotenv": "^7.0.0",
"fb": "^2.0.0",
"file-type": "^16.5.4",
"form-data": "^4.0.0",
"google-spreadsheet": "^3.1.15",
"got": "^11.8.5",
"ip": "^1.1.5",
"jsdom": "^24.1.1",
"libsodium": "^0.7.4",
"luxon": "^1.27.0",
"messaging-api-telegram": "^1.0.4",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"node-fetch": "^2.6.1",
"node-schedule": "^1.3.2",
"npx": "^10.2.2",
"papaparse": "^5.3.0",
"rss-parser": "^3.10.0",
"sequelize": "^6.3.5",
"sharp": "^0.33.5",
"sqlite3": "^5.0.3",
"twit": "^2.2.11",
"twitter-api-v2": "^1.17.2"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"coveralls": "^3.0.6",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.1",
"jest": "^25.5.4",
"sequelize-cli": "^6.2.0",
"vuepress": "^1.0.3"
},
"scripts": {
"test": "jest",
"lint": "eslint",
"lint-fix": "eslint --fix src/",
"start": "node src/app",
"build:docs": "vuepress build docs",
"dev:docs": "vuepress dev docs"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vostpt/bot.git"
},
"author": "VOSTPT",
"license": "MIT",
"homepage": "https://github.com/vostpt/bot/",
"bugs": {
"url": "https://github.com/vostpt/bot/issues"
}
}