-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·48 lines (48 loc) · 1.33 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
{
"name": "eurobot",
"version": "15.0.4",
"description": "eurobot using discord.js v14",
"main": "eurobot.js",
"scripts": {
"start": "npx ts-node-dev --respawn --transpile-only eurobot.ts",
"test": "npx tslint -c tslint.json '**/**/*.ts'",
"build": "tsc"
},
"author": "C.Graamans",
"license": "EUPL-1.1",
"devDependencies": {
"@types/command-line-args": "^5.2.0",
"@types/mysql": "^2.15.19",
"@types/node": "^12.20.20",
"@types/node-fetch": "^2.6.2",
"@types/node-schedule": "^1.3.2",
"@types/node-telegram-bot-api": "^0.61.6",
"@types/request": "^2.48.7",
"@types/snoowrap": "^1.16.1",
"@types/twitter": "^1.7.1",
"@types/ws": "^7.4.7",
"ts-node-dev": "^1.1.8",
"tslint": "^5.20.1",
"typescript": "5.1"
},
"dependencies": {
"@atproto/api": "^0.13.5",
"@discordjs/builders": "^1.1.0",
"@discordjs/rest": "^1.0.1",
"command-line-args": "^5.2.0",
"discord-api-types": "^0.37.3",
"discord.js": "^14.2.0",
"file-type": "^16.5.3",
"googleapis": "^67.1.1",
"mastodon": "^1.2.2",
"megalodon": "^10.0.0",
"mysql": "^2.18.1",
"node-fetch": "^2.6.1",
"node-schedule": "^2.0.0",
"node-telegram-bot-api": "^0.66.0",
"snoowrap": "^1.16.0",
"twitter": "^1.1.0",
"twitter-api-v2": "^1.15.1",
"url-metadata": "^4.1.1"
}
}