-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 957 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
42
43
44
45
46
47
48
{
"name": "jsx-svg-preview",
"version": "1.1.7",
"description": "Tool for importing, previewing and formatting svg files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jsx",
"svg",
"react",
"preview",
"component",
"conversion",
"optimization",
"automation",
"development",
"productivity",
"design",
"UI",
"UX",
"front-end",
"web",
"library",
"code",
"tool",
"framework",
"project"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Egrom92/jsx-svg-preview.git"
},
"author": "Roman Egliens",
"license": "ISC",
"preferGlobal": true,
"bin": {
"jsp": "index.js"
},
"bugs": {
"url": "https://github.com/Egrom92/jsx-svg-preview/issues"
},
"homepage": "https://github.com/Egrom92/jsx-svg-preview#readme",
"dependencies": {
"yargs": "^17.7.1"
}
}