-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 941 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
{
"name": "weather",
"version": "3.0.0",
"description": "Weather bot for Discord",
"main": "./dist/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "tsc",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/JPBBots/weather.git"
},
"author": "JPBBerry",
"license": "ISC",
"bugs": {
"url": "https://github.com/JPBBots/weather/issues"
},
"homepage": "https://github.com/JPBBots/weather#readme",
"dependencies": {
"@jadl/builders": "^0.1.0",
"@jadl/cmd": "^0.6.1",
"@jpbberry/cache": "^1.0.4",
"@jpbbots/interface": "^2.2.2",
"jadl": "^0.2.1",
"topgg-autoposter": "^1.1.9",
"ts-node": "^10.4.0",
"undici": "^5.7.0",
"weather-js": "^2.0.0"
},
"devDependencies": {
"@types/node": "^17.0.13",
"discord-api-types": "^0.33.0",
"mongodb": "^3.7.0",
"typescript": "^4.5.5"
}
}