forked from sanidhya711/text-on-gif
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 929 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
40
41
{
"name": "text-on-gif",
"version": "2.0.13",
"description": "a simple package for writing text on animated as well as non-animated gifs",
"homepage": "https://github.com/sanidhya711/text-on-gif",
"keywords": [
"text-on-gif",
"write-on-gif",
"message-on-gif",
"animate-text-gif",
"text on gif",
"text to gif",
"message on gif",
"add text to gif",
"print text on gif"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"typings"
],
"scripts": {
"build": "tsc",
"test": "npm run build && node test.js",
"prettier": "prettier -w ."
},
"author": "sanidhya077",
"license": "ISC",
"dependencies": {
"canvas": "^2.11.2",
"gif-encoder-2": "^1.0.5",
"gif-frames": "^1.0.1"
},
"devDependencies": {
"@types/node": "^20.14.2",
"nodemon": "^3.0.2",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
}
}