-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 877 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": "svg-to-image-converter",
"version": "1.0.2",
"description": "Simple and Less Code Client Side SVG to png,jpg Image Converter ES6 Javascript Library",
"author": "Janith-Umeda <[email protected]>",
"license": "MIT",
"keywords": [
"svg",
"svg-to-png",
"svg-converter",
"svg-to-jpg",
"image converter",
"svg converter",
"svg to image"
],
"homepage": "",
"repository": {
"type": "git",
"url": "git+https://github.com/Janith-Umeda/svg-to-image.git"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/Janith-Umeda/svg-to-image/issues"
},
"scripts": {
"dev": "tsc --watch",
"build": "tsc && tsc --build tsconfig.es5.json"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"typescript": "^5.4.5"
}
}