-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 926 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
{
"name": "easy-discord-components",
"version": "1.1.2",
"description": "This package is designed to make it easier to work with message components",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/albatranomar/easy-discord-components.git"
},
"keywords": [
"discord",
"disocrd-components",
"discord-buttons",
"discord-select-menus",
"discord-modals"
],
"author": "albatranomar - Omar Albatran",
"license": "ISC",
"bugs": {
"url": "https://github.com/albatranomar/easy-discord-components/issues"
},
"homepage": "https://github.com/albatranomar/easy-discord-components#readme",
"devDependencies": {
"@types/node": "^18.6.4",
"typescript": "^4.7.4"
},
"dependencies": {
"@discordjs/builders": "^1.4.0",
"discord.js": "^14.7.1"
}
}