-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 800 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 800 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
37
38
{
"name": "currency-system",
"version": "2.8.9",
"description": "An easy to use Currency System using Mongo DB.",
"main": "src/index.js",
"scripts": {
"doc": "jsdoc -c jsdoc.json",
"start": "cd ./v14-ExampleBot && npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/BIntelligent/currency-system.git",
"homepage": "https://github.com/BIntelligent/currency-system/#README.md"
},
"keywords": [
"currency",
"level",
"up",
"system",
"inventory",
"money",
"discord",
"js",
"discordjs",
"currency-system",
"economy",
"eco",
"ultrax",
"mongoose",
"mongodb"
],
"author": "silent-coder",
"license": "ISC",
"dependencies": {
"mongoose": "^5.13.15",
"node-fetch": "^2.6.1"
}
}