-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
43 lines (43 loc) · 973 Bytes
/
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
{
"name": "auto-poster-and-notifications",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gen-docs": "jsdoc --configure ./jsdoc.json --verbose"
},
"keywords": [
"discord.js",
"Twitch",
"Instagram",
"Youtube",
"Twitter",
"Reddit"
],
"files": [
"src"
],
"author": "I am Ben#6686",
"repository": {
"type": "git",
"url": "https://github.com/Egglord-Discord-Bot/auto-poster-and-notifications.git"
},
"license": "ISC",
"dependencies": {
"moment": "^2.29.1",
"node-fetch": "^3.2.0",
"request": "^2.88.2",
"rss-parser": "^3.12.0",
"tiktok-scraper": "^1.4.36",
"twitter-lite": "^1.1.0"
},
"devDependencies": {
"clean-jsdoc-theme": "^3.3.2",
"discord.js": "^13.6.0",
"eslint": "^8.8.0",
"jsdoc": "^3.6.10",
"jsdoc-plugin-typescript": "^2.0.6",
"mongoose": "^6.2.1"
}
}