-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 984 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
{
"name": "botoxic",
"version": "1.0.0",
"description": "discord bot trial",
"main": "built/app.js",
"dependencies": {
"@types/express": "^4.17.6",
"@types/mongoose": "^5.7.12",
"@types/node": "^13.13.1",
"@types/spotify-web-api-node": "^4.0.1",
"axios": "^0.21.1",
"cors": "^2.8.5",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-errors": "^1.7.3",
"logger": "0.0.1",
"mongoose": "^5.12.5",
"nodemon": "^2.0.3",
"path": "^0.12.7",
"spotify-web-api-node": "^4.0.0"
},
"devDependencies": {
"eslint": "^6.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hemant-hari/BoToxic.git"
},
"author": "Hemant Hari",
"license": "ISC",
"bugs": {
"url": "https://github.com/hemant-hari/BoToxic/issues"
},
"homepage": "https://github.com/hemant-hari/BoToxic#readme"
}