-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
54 lines (54 loc) · 1.17 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
{
"name": "react-native-vector-image",
"version": "0.4.5",
"description": "Native vector images generated from SVG",
"main": "src/index.js",
"types": "src/index.d.ts",
"homepage": "https://github.com/oblador/react-native-vector-image",
"repository": {
"type": "git",
"url": "git+https://github.com/oblador/react-native-vector-image.git"
},
"scripts": {
"test": "jest src"
},
"bin": {
"react-native-vector-image": "bin/react-native-vector-image.js"
},
"files": [
"bin",
"src",
"strip_svgs.sh",
"strip_svgs.gradle",
"!*.spec.js",
"!fixtures",
"!.DS_Store"
],
"keywords": [
"react-native",
"image",
"svg",
"vector"
],
"author": "Joel Arvidsson",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
"chroma-js": "^2.1.1",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"pdfkit": "^0.12.1",
"svg-to-pdfkit": "^0.1.8",
"tempy": "^1.0.1",
"yargs": "^16.2.0"
},
"peerDependencies": {
"@klarna/react-native-vector-drawable": ">=0.4.0"
},
"devDependencies": {
"jest": "^26.6.3",
"metro": ">=0.58.0",
"metro-config": ">=0.58.0",
"prettier": "^2.2.1"
}
}