forked from crossplatformkorea/react-native-kakao-login
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 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-seoul/kakao-login",
"version": "5.3.1",
"description": "React Native Module for Kakao Login",
"main": "src/index",
"types": "src/index.d.ts",
"postinstall": "dooboolab-welcome postinstall",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && tsc -P ./plugins && flowgen src/index.d.ts -o src/index.js.flow",
"flow": "flow",
"lint": "eslint -c .eslintrc.js 'src'",
"validate": "npm run lint && npm run test:typescript && npm run test:flow && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-seoul/react-native-kakao-login"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react-native",
"kakao",
"login",
"kakao-login",
"react-native-seoul",
"dooboolab"
],
"author": "dooboolab",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"dooboolab-welcome": "^1.3.2"
},
"devDependencies": {
"@dooboo/eslint-config-react-native": "^1.0.1",
"@types/eslint": "^8.4.6",
"@types/react": "18.0.21",
"@types/react-native": "^0.70.3",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.24.0",
"eslint-plugin-jest": "^27.0.4",
"flow-bin": "^0.187.1",
"flowgen": "^1.20.1",
"prettier": "^2.7.1",
"typescript": "^4.8.3",
"expo-module-scripts": "^2.1.1"
}
}