-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "twitter-eamuse-warn",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "discord-client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node discord-client.js"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/theericzhang/twitter-eamuse-warn.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/theericzhang/twitter-eamuse-warn/issues"
},
"homepage": "/~https://github.com/theericzhang/twitter-eamuse-warn#readme",
"dependencies": {
"@discordjs/builders": "^1.4.0",
"@discordjs/rest": "^1.5.0",
"discord-api-types": "^0.37.31",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ics": "^2.41.0",
"nodemon": "^2.0.20",
"twitter-api-v2": "^1.14.1"
},
"devDependencies": {
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
}
}