-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 822 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
{
"name": "djs-embedpagination",
"version": "1.0.2",
"description": "Allows you to create a simple and fully customizable embed pagination with discord.js v14.",
"main": "./src/index.js",
"typings": "./typings/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Cbrra/discord.js-EmbedPagination.git"
},
"bugs": {
"url": "https://github.com/Cbrra/discord.js-EmbedPagination/issues"
},
"homepage": "https://github.com/Cbrra/discord.js-EmbedPagination#readme",
"keywords": [
"discord.js",
"embedpagination",
"embed",
"pagination",
"button",
"v14"
],
"author": "Cbrra",
"license": "MIT",
"dependencies": {
"discord.js": "^14.0.0-dev.1651493371-4ba0f56"
}
}