-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.1 KB
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
{
"name": "aniren",
"version": "0.1.0",
"description": "A CLI tool to render static or animated HTML/SVG/CSS/JS/SMIL content to static or animated WEBP/GIF/PNG",
"author": {
"name": "Tomas Ravinskas",
"email": "tomas@tomasrav.me",
"url": "https://tomasrav.me/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/OzymandiasTheGreat/aniren",
"repository": "https://github.com/OzymandiasTheGreat/aniren",
"bugs": "https://github.com/OzymandiasTheGreat/aniren/issues",
"type": "module",
"bin": {
"aniren": "./bin/aniren.js"
},
"exports": {
"./package": "./package.json"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/OzymandiasTheGreat"
}
],
"keywords": [
"html",
"svg",
"webp",
"gif",
"apng",
"animated",
"render",
"convert"
],
"files": [
"bin",
"NOTICE"
],
"dependencies": {
"@pdf-lib/upng": "^1.0.1",
"get-mime-type": "^2.0.2",
"paparam": "^1.10.1",
"playwright": "^1.60.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"prettier": "^3.6.2"
}
}