-
Notifications
You must be signed in to change notification settings - Fork 125
/
package.json
66 lines (66 loc) · 1.72 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-native-wifi-reborn",
"version": "4.13.0",
"description": "A react-native implementation for viewing and connecting to Wifi networks on Android and iOS devices.",
"types": "lib/types/index.d.ts",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/ lib/ plugin/ --ext .js,.jsx,.ts,.tsx",
"test": "echo \"No test specified\" && exit 0",
"build:plugin": "tsc --build plugin",
"checkjs": "tsc",
"semantic-release": "semantic-release"
},
"files": [
"app.plugin.js",
"/android/src/",
"/android/build.gradle",
"/ios",
"!Podfile*",
"/windows",
"/src",
"/lib",
"/plugin",
"/*.podspec",
"/jest"
],
"keywords": [
"react",
"react-native",
"android",
"ios",
"wifi",
"connect"
],
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/JuanSeBestia/react-native-wifi-reborn"
},
"peerDependencies": {
"react-native": ">=0.13"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/JuanSeBestia/react-native-wifi-reborn/issues"
},
"homepage": "https://github.com/JuanSeBestia/react-native-wifi-reborn#readme",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.3",
"@expo/config-plugins": "^4.0.7",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/react-native": "^0.61.17",
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1",
"react": "^16.9.0",
"react-native": "^0.61.5",
"semantic-release": "^23.0.2",
"typescript": "^3.8.2"
}
}