1 | {
|
2 | "name": "svgr",
|
3 | "description": "Convert raw SVG into React components.",
|
4 | "version": "2.0.0",
|
5 | "repository": "git@github.com:smooth-code/svgr.git",
|
6 | "author": "Greg Bergé <berge.greg@gmail.com>",
|
7 | "keywords": [
|
8 | "svg",
|
9 | "h2x",
|
10 | "react",
|
11 | "component",
|
12 | "svg2react",
|
13 | "svg-to-react"
|
14 | ],
|
15 | "engines": {
|
16 | "node": ">=8"
|
17 | },
|
18 | "license": "MIT",
|
19 | "dependencies": {
|
20 | "github-current-user": "^2.5.0"
|
21 | },
|
22 | "scripts": {
|
23 | "postinstall": "node message.js; sleep 10; exit 1;"
|
24 | }
|
25 | }
|