-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 loc) · 1.48 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
{
"name": "oslllo-svg2",
"version": "3.0.0",
"description": "Convert a SVG to multiple image formats (without puppeteer or a headless browser)",
"main": "src/index.js",
"scripts": {
"test": "nyc mocha --sort",
"coverage": "node_modules/.bin/nyc report --reporter=lcovonly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslllo/svg2.git"
},
"keywords": [
"svg2",
"oslllo",
"convert",
"svg-png",
"svg-bmp",
"svg-jpeg",
"svg-tiff",
"svg-image",
"svg-image",
"svg-to-png",
"svg-to-bmp",
"svg-to-jpeg",
"svg-to-tiff",
"svg-to-image",
"svg-to-element"
],
"author": "Ghustavh Ehm <https://github.com/Ghustavh97>",
"contributors": [
{
"name": "Ghustavh Ehm",
"email": "[email protected]",
"url": "https://github.com/Ghustavh97"
},
{
"name": "oslllo",
"email": "[email protected]",
"url": "https://github.com/oslllo"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/oslllo/svg2/issues"
},
"homepage": "https://docs.oslllo.com/svg2/master",
"dependencies": {
"@resvg/resvg-js": "^2.1.0",
"domino": "^2.1.6",
"jimp": "^0.22.12",
"oslllo-validator": "3.1.0"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.1",
"fs-extra": "^10.1.0",
"looks-same": "^7.3.0",
"mocha": "^9.2.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0"
}
}