-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 898 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
{
"name": "discord-bot-castform",
"version": "2.2.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"arare": "^0.3.1",
"callbag-basics": "^3.2.0",
"callbag-date-timer": "^1.0.5",
"callbag-flatten-iter": "^1.0.3",
"callbag-of": "^2.0.0",
"callbag-operate": "^1.0.0",
"callbag-pump": "^1.2.0",
"callbag-subscribe": "^1.5.1",
"callbag-tap": "^1.3.0",
"callbag-timer": "^1.0.0",
"cross-fetch": "^3.0.6",
"discord.js": "^12.2.0",
"express": "^4.17.1",
"http": "^0.0.0",
"luxon": "^1.24.1",
"node-json-db": "^1.1.0"
},
"engines": {
"node": ">=14"
},
"repository": {
"url": "https://github.com/5310/discord-bot-castform"
},
"license": "MIT",
"keywords": [
"node",
"express",
"discord.js",
"bot",
"pokémon go",
"weather",
"accuweather"
]
}