-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 907 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 907 Bytes
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
{
"name": "botupdate",
"version": "1.0.0",
"description": "Project initialized November 6, 2020.",
"main": "index.js",
"dependencies": {
"ascii-art": "^2.7.0",
"axios": "^0.21.1",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"http": "0.0.1-security",
"moment": "^2.29.1",
"node-opus": "^0.3.3",
"openweather-apis": "^4.4.1",
"quick.db": "^7.1.3",
"weather-js": "^2.0.0",
"yt-search": "^2.8.0",
"ytdl-core": "^4.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecarlstrom/botupdate.git"
},
"author": "Evan Carlstrom",
"license": "ISC",
"bugs": {
"url": "https://github.com/ecarlstrom/botupdate/issues"
},
"homepage": "https://github.com/ecarlstrom/botupdate#readme"
}