-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1003 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
38
39
{
"name": "discordjs-variables",
"version": "3.2.15",
"description": "create custom variables for your discord bot, allow users to customize their welcome messages",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "ts-node ./src/index.test.ts"
},
"funding": "https://ko-fi.com/imanibrown",
"author": "Imani Brown",
"license": "ISC",
"dependencies": {
"discord.js": "^14.15.3"
},
"keywords": [
"discord variables",
"discord variable parser",
"discordjs",
"discord.js variables",
"custom messages",
"custom welcome meessages"
],
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Itszavier/discord-variables.git"
},
"bugs": {
"url": "https://github.com/Itszavier/discord-variables/issues"
},
"homepage": "https://github.com/Itszavier/discord-variables#readme",
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}