-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
{
"name": "react-native-link-package",
"version": "1.5.5",
"description": "easy to link/unlink your package",
"main": "index.js",
"engines": {
"node": ">=4"
},
"dependencies": {
"android-pretty-manifest": "^1.0.1",
"cheerio": "^0.22.0",
"glob": "^7.1.1",
"inquirer": "^3.0.6",
"lodash": "^4.17.4",
"path": "^0.12.7",
"plist": "^2.0.1",
"pretty-data2": "^0.40.1",
"xcode": "^0.9.1"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"faker": "^4.1.0",
"jest": "^19.0.2"
},
"scripts": {
"test": "eslint ./src;jest --coverage"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/link_sample/",
"/unlink_sample/"
]
},
"files": [
"/src/",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yutin1987/react-native-link-package.git"
},
"author": "YuTin",
"license": "MIT",
"bugs": {
"url": "https://github.com/yutin1987/react-native-link-package/issues"
},
"homepage": "https://github.com/yutin1987/react-native-link-package#readme"
}