-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1007 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1007 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
36
{
"name": "paradiseapi-bot",
"version": "0.0.2",
"description": "A Simple Bot written in discord.js to interact with the Paradise API",
"main": "apiBot.js",
"engines": {
"node": "v12.16.3"
},
"scripts": {
"start": "node apiBot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ParadiseBotList/ParadiseAPI-Bot.git"
},
"keywords": [
"discord.js",
"paradise api",
"api bot"
],
"bugs": {
"url": "https://github.com/ParadiseBotList/ParadiseAPI-Bot/issues"
},
"homepage": "https://github.com/ParadiseBotList/ParadiseAPI-Bot#readme",
"author": "Toxic Dev",
"license": "ISC",
"dependencies": {
"discord.js": "^12.2.0",
"fs": "0.0.1-security",
"ms": "^2.1.2",
"node-fetch": "^2.6.0",
"parse-ms": "^2.1.0",
"paradiseapi.js": "^1.10.0"
}
}