-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
{
"name": "discord-leveling-super",
"version": "1.0.5",
"description": "Easy and customizable leveling framework for your Discord bot.",
"types": "./typings/Leveling.d.ts",
"main": "index.js",
"scripts": {
"test": "echo \"ok\" && exit 0",
"start": "ts-node bot.ts",
"buildfiles": "tsc",
"build": "node build.js",
"docgen": "node docgen.js",
"postinstall": "node install.js",
"begin": "npm i typescript"
},
"engines": {
"node": ">=16.6.0",
"npm": ">=7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shadowplay1/discord-leveling-super.git"
},
"keywords": [
"discord",
"bot",
"discord.js",
"leveling",
"discord-leveling",
"discord-leveling-super",
"ranks",
"ranking",
"discord-ranks",
"discord-js",
"super",
"rank",
"shadowplay"
],
"author": "shadowplay",
"license": "MIT",
"bugs": {
"url": "https://github.com/shadowplay1/discord-leveling-super/issues"
},
"homepage": "https://github.com/shadowplay1/discord-leveling-super#readme",
"dependencies": {
"discord.js": "^14.2.0",
"node-fetch": "^2.6.7",
"typescript": "^4.7.4"
}
}