-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 716 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 716 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
{
"name": "pedestriabotofficial",
"version": "2.3.0",
"description": "A custom Discord bot for the Pedestria Discord server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theopcoder/PedestriaBotOfficial.git"
},
"author": "theopcoder",
"license": "ISC",
"bugs": {
"url": "https://github.com/theopcoder/PedestriaBotOfficial/issues"
},
"homepage": "https://github.com/theopcoder/PedestriaBotOfficial#readme",
"dependencies": {
"chalk": "^4.1.1",
"discord.js": "^12.5.3",
"discord.js-commando": "^0.12.3",
"ms": "^2.1.3",
"quick.db": "^7.1.3"
}
}