-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 908 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
{
"name": "react-native-kakao-logo",
"version": "1.0.3",
"description": "(not official) kakao svg-logo for react-native",
"main": "src/index.js",
"types": "src/index.d.ts",
"repository": "https://github.com/bang9/react-native-kakao-logo",
"author": "bang9dev <gusrn1423@naver.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc",
"deploy": "tsc && yarn fix && npm publish",
"fix": "prettier --write \"**/*.{ts,tsx,js}\""
},
"devDependencies": {
"@types/react": "^16.9.19",
"@types/react-native": "^0.61.14",
"prettier": "^1.19.1",
"react-native-svg": "^11.0.1",
"typescript": "^3.7.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": "*"
},
"keywords": [
"react",
"react-native",
"kakao-svg",
"kakao-svg-logo",
"kakao",
"kakao-logins",
"kakao-logo"
]
}