-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 844 Bytes
/
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
{
"name": "dpager",
"version": "2.0.1",
"description": "Discord.js Pager",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "mocha src/index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yetnt/dpager.git"
},
"keywords": [
"discord.js",
"pagination",
"pager"
],
"author": "YetNT",
"license": "MIT",
"bugs": {
"url": "https://github.com/yetnt/dpager/issues"
},
"homepage": "https://github.com/yetnt/dpager#readme",
"devDependencies": {
"@types/node": "^22.10.7",
"expect.js": "^0.3.1",
"mocha": "^11.1.0",
"typescript": "^5.7.3"
},
"dependencies": {
"discord.js": "^14.17.3"
}
}