-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 965 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
{
"name": "@klarna/react-native-vector-drawable",
"version": "0.5.1",
"description": "Android vector drawables in React Native",
"main": "src",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "github:klarna-incubator/react-native-vector-drawable",
"homepage": "https://github.com/klarna-incubator/react-native-vector-drawable",
"bugs": {
"url": "https://github.com/klarna-incubator/react-native-vector-drawable/issues"
},
"license": "Apache-2.0",
"keywords": [
"react-native",
"react",
"mobile",
"android",
"ui",
"vector",
"image"
],
"author": "Joel Arvidsson",
"devDependencies": {
"@types/react-native": "^0.67.8",
"prettier": "^2.2.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"codegenConfig": {
"name": "RNVectorDrawableSpec",
"type": "components",
"jsSrcsDir": "src"
}
}