-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 885 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": "welcomer-gif",
"version": "2.0.0",
"description": "Welcome animated gif using canvas",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AliAryanTech/Welcomer-gif.git"
},
"bugs": {
"url": "https://github.com/AliAryanTech/Welcomer-gif/issues"
},
"homepage": "https://github.com/AliAryanTech/Welcomer-gif",
"keywords": [
"welcome-gif",
"canvas",
"animated"
],
"author": "AliAryanTech & Ctk-warrior",
"license": "AGPL-3.0",
"dependencies": {
"@canvas-fonts/arial-bold": "^1.0.4",
"axios": "^1.2.2",
"canvas": "^2.9.0",
"fs-extra": "^11.1.0",
"gif-encoder-2": "^1.0.5",
"gif-frames": "^1.0.1",
"image-size": "^1.0.2",
"jimp": "^0.16.2"
}
}