-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "simply-eco",
"types": "./typings/index.d.ts",
"version": "1.0.30",
"description": "A powerful module that allows you to create economy system in your bot with ease.",
"main": "./dist/index.js",
"scripts": {
"test": "ERROR",
"pub": "tsc && npm update",
"gen": "npx typedoc"
},
"author": "Xx-Mohit-xX",
"license": "GPL-3.0",
"dependencies": {
"discord.js": "^13.6.0",
"husky": "^7.0.4",
"mongoose": "^6.3.5"
},
"repository": {
"type": "git",
"url": "[email protected]:Xx-Mohit-xX/Simply-eco.git"
},
"homepage": "https://github.com/Xx-Mohit-xX/Simply-eco",
"keywords": [
"simplyeco",
"mongo-eco.js",
"economy-mongo",
"eco",
"economy",
"simply-eco"
],
"devDsimplyencies": {
"node": "^17.1.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"bugs": {
"url": "https://github.com/Xx-Mohit-xX/Simply-eco/issues"
},
"devDependencies": {
"@types/node": "^17.0.10",
"node": "^17.1.0",
"prettier": "^2.5.0",
"pretty-quick": "^3.1.1",
"typedoc": "^0.22.11",
"typedoc-plugin-cname": "^1.0.1",
"typescript": "^4.5.5"
}
}