-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.12 KB
/
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
40
41
42
43
44
45
{
"name": "discord-welcome-card",
"version": "4.9.3",
"description": "Discord Welcome/Goodbye Cards",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "npx tsc --build --force",
"prepack": "npm run build",
"test": "jest",
"test:generate": "node ./test/generate",
"dev-release": "npm version prerelease --preid=dev"
},
"keywords": [
"discord",
"discord.js",
"canvas",
"node-canvas",
"welcome",
"welcomecard",
"goodbye",
"greeting"
],
"author": "AKORA Studios",
"license": "MIT",
"dependencies": {
"@discord-card/core": "^3.2.0",
"canvas": "^2.11.0"
},
"peerDependencies": {
"discord.js": "^14.x"
},
"repository": {
"type": "git",
"url": "git://github.com/AKORA-Studios/DiscordWelcomeCard.git"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "~16.11.68",
"benny": "^3.7.1",
"discord.js": "^14.8.0",
"jest": "^29.5.0",
"typescript": "^4.9.5"
}
}