-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 820 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
40
{
"name": "hymity",
"version": "1.0.3",
"description": "",
"main": "index.js",
"bin": "./index.js",
"homepage": "https://github.com/sarveshmrao/hymity#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sarveshmrao/hymity.git"
},
"bugs": {
"url": "https://github.com/sarveshmrao/hymity/issues"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"Discord",
"Bot",
"Generator",
"hymity",
"Discord Bot",
"Bot Genearator",
"Discord.js"
],
"author": "Sarvesh M Rao",
"license": "GNU General Public License v3.0",
"dependencies": {
"boxen": "^4.2.0",
"chalk": "^2.4.2",
"prompt": "^1.1.0",
"prompts": "^2.4.1",
"readline": "^1.3.0"
},
"engines": {
"npm": ">=5.5.0",
"node": ">=9.3.0"
}
}