-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 879 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": "leeta",
"version": "1.0.0",
"description": "Bartender Discord bot written for Discord Community Hack Week 2019",
"private": true,
"main": "leeta.js",
"dependencies": {
"didyoumean2": "^3.1.1",
"discord.js": "^11.5.1",
"lodash": "^4.17.11"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ariaveronique/leeta.git"
},
"keywords": [
"discord-bot",
"bartender",
"discord-hack-week"
],
"engines": {
"node": ">= 12.4.0"
},
"contributors": [],
"author": {
"name": "Aria Veronique",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ariaveronique/leeta/issues"
},
"homepage": "https://github.com/ariaveronique/leeta#readme"
}