-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
53 lines (53 loc) · 1.04 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
{
"name": "simply-xp",
"version": "1.3.5-beta-7",
"description": "A Simple, Easy and Beginner Friendly XP System",
"main": "simplyxp.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"beta": "eslint . --fix && npm update && npm publish --tag beta"
},
"author": "Rahuletto",
"keywords": [
"xp",
"simply",
"easy",
"xp-system",
"system",
"mongoose",
"discord",
"discord xp",
"discord-xp",
"simply-djs",
"discord.js",
"simplydjs",
"weky",
"nuggies",
"experience",
"level role",
"amari",
"package",
"leaderboard",
"mee6",
"charts",
"ChartJS",
"level up"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Rahuletto/simply-xp"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.41",
"chart.js": "^3.9.1",
"mongoose": "^6.11.2"
},
"peerDependencies": {
"discord.js": ">=13.12.0"
},
"devDependencies": {
"eslint": "^8.43.0"
}
}