-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
112 lines (112 loc) · 2.03 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "canvafy",
"version": "7.2.0",
"description": "Make configurable canvas easily with Canvafy",
"main": "index.js",
"types": "./typings/index.d.ts",
"keywords": [
"canvacord",
"discanvas",
"canvafy",
"discord",
"discord.js",
"canvas",
"rank",
"card",
"rankcard",
"skia-canvas",
"skia",
"nodejs",
"esm",
"es6",
"images",
"chart",
"chart.js",
"png",
"commonjs",
"graphic",
"graphics",
"napi-rs",
"constructor",
"node-canvas",
"welcomer",
"welcome",
"leave",
"instagram",
"instagram-card",
"instagramcard",
"instagram-card-generator",
"node-instagram",
"insta",
"tweet",
"tweetcard",
"tweet-card",
"tweet-card-generator",
"twitter",
"x",
"level-card",
"level",
"levelcard",
"captcha-canvas",
"discord-canvas",
"leaver",
"levelup",
"level-up",
"profile",
"captcha",
"ship",
"security",
"napi-rs/canvas",
"util",
"utils",
"function",
"functions",
"spotify",
"image",
"configuration",
"assets",
"v13",
"v14",
"easy",
"canvas-constructor",
"typescript",
"ts",
"ts-node",
"spotify-card",
"cards"
],
"scripts": {
"test": "node ./test/index",
"start": "node ./test/index",
"types": "tsc"
},
"author": {
"name": "Bes-js",
"url": "https://github.com/Bes-js/"
},
"license": "GPL-3.0",
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/beykant"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bes-js/canvafy.git"
},
"bugs": {
"url": "https://github.com/Bes-js/canvafy"
},
"homepage": "https://bit.ly/canvafy-docs",
"dependencies": {
"@napi-rs/canvas": "^0.1.51",
"canvas": "^2.11.2",
"dayjs": "^1.11.2",
"fs": "^0.0.1-security",
"node-fetch": "^3.3.1",
"path": "^0.12.7"
},
"devDependencies": {
"@types/node": "^20.4.5",
"typescript": "^5.1.6"
}
}