forked from Yash094/Mongo-Eco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 916 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
41
{
"name": "@shinchanop/mongo-eco",
"version": "1.0.1",
"description": "A powerful module that allows you to create economy system in your bot.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "shinchanop",
"license": "GPL-3.0",
"dependencies": {
"mongoose": "^5.13.2"
},
"repository": {
"type": "git",
"url": "[email protected]:Yash094/mongo-eco.git"
},
"homepage": "https://github.com/Mongo-Eco",
"keywords": [
"eco-mongo",
"mongoeco",
"mongo-eco.js",
"economy-mongo",
"meme-development",
"discord",
"discord.js-eco",
"eco",
"economy",
"mongo-eco"
],
"devDependencies": {
"eslint": "^6.8.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"bugs": {
"url": "https://github.com/Yash094/mongo-eco/issues"
}
}