-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 943 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": "discord-tsx-commands",
"version": "0.3.5",
"description": "Write Discord.js commands in tsx without React. An extension package for discord-tsx-factory.",
"main": "dist/index.js",
"repository": "https://github.com/lshqqytiger/discord-tsx-commands.git",
"author": "Seunghoon Lee <[email protected]>",
"license": "MIT",
"keywords": [
"discord.js",
"discord",
"tsx",
"jsx"
],
"scripts": {
"build": "tsc"
},
"bugs": {
"url": "https://github.com/lshqqytiger/discord-tsx-commands/issues"
},
"homepage": "https://github.com/lshqqytiger/discord-tsx-commands#readme",
"dependencies": {
"discord-tsx-factory": "^0.3.5",
"discord.js": "^14.17.3"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.10.7",
"typescript": "^5.7.3"
},
"peerDependencies": {
"discord-tsx-factory": "^0.3.5",
"discord.js": "14.17.0 - 14.17.3"
}
}