-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
74 lines (74 loc) · 1.55 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "discord-economy-super",
"version": "1.7.7",
"types": "./typings/Economy.d.ts",
"description": "Easy and customizable economy module for your Discord Bot.",
"main": "index.js",
"scripts": {
"test": "node ./tests/test.js",
"postinstall": "node postinstall.js",
"precommit": "bash ./.husky/scripts/commit-to-public.sh",
"docs:deploy": "bash ./.husky/scripts/deploy-docs.sh",
"deploy": "bash ./.husky/scripts/commit-and-deploy.sh",
"upload": "bash ./publish.sh && bash ./.husky/scripts/deploy-docs.sh",
"lint": "eslint ./",
"lint:fix": "eslint ./ --fix"
},
"keywords": [
"discord",
"bot",
"discord.js",
"economy",
"fast",
"easy",
"easy-eco",
"easy-economy",
"discord economy",
"discord-economy",
"discord-economy-super",
"discord-js",
"discord.eco",
"discord-eco",
"discord-bot",
"json",
"quick",
"lightweight",
"eco",
"simple",
"quick.eco",
"economy.js",
"mongo",
"mongodb",
"database",
"economy.json",
"economy.mongo",
"economy.mongodb",
"framework",
"shadowplay"
],
"author": "shadowplay",
"license": "MIT",
"dependencies": {
"quick-mongo-super": "^1.0.19"
},
"quick-mongo-super": {
"postinstall": false
},
"engines": {
"node": ">=14.0.0"
},
"directories": {
"lib": "./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shadowplay1/discord-economy-super.git"
},
"bugs": {
"url": "https://github.com/shadowplay1/discord-economy-super/issues"
},
"homepage": "https://des-docs.js.org",
"devDependencies": {
"@types/node-fetch": "^2.6.1"
}
}