File tree Expand file tree Collapse file tree 8 files changed +52
-8
lines changed Expand file tree Collapse file tree 8 files changed +52
-8
lines changed Original file line number Diff line number Diff line change 22
22
"devDependencies" : {
23
23
"@react-native-community/cli-types" : " ^5.0.1-alpha.1" ,
24
24
"@types/ip" : " ^1.1.0"
25
+ },
26
+ "homepage" : " https://github.com/react-native-community/cli/tree/master/packages/cli-hermes" ,
27
+ "repository" : {
28
+ "type" : " git" ,
29
+ "url" : " https://github.com/react-native-community/cli.git" ,
30
+ "directory" : " packages/cli-hermes"
25
31
}
26
32
}
Original file line number Diff line number Diff line change 26
26
"files" : [
27
27
" build" ,
28
28
" !*.map"
29
- ]
29
+ ],
30
+ "homepage" : " https://github.com/react-native-community/cli/tree/master/packages/cli-server-api" ,
31
+ "repository" : {
32
+ "type" : " git" ,
33
+ "url" : " https://github.com/react-native-community/cli.git" ,
34
+ "directory" : " packages/cli-server-api"
35
+ }
30
36
}
Original file line number Diff line number Diff line change 13
13
" !*.map"
14
14
],
15
15
"types" : " build/index.d.ts" ,
16
- "license" : " MIT"
16
+ "license" : " MIT" ,
17
+ "homepage" : " https://github.com/react-native-community/cli/tree/master/packages/cli-types" ,
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " https://github.com/react-native-community/cli.git" ,
21
+ "directory" : " packages/cli-types"
22
+ }
17
23
}
Original file line number Diff line number Diff line change 20
20
"engines" : {
21
21
"node" : " >=12"
22
22
},
23
- "repository" : {
24
- "type" : " git" ,
25
- "url" : " https://github.com/react-native-community/react-native-cli.git"
26
- },
27
23
"jest" : {
28
24
"testEnvironment" : " node"
29
25
},
84
80
"@types/wcwidth" : " ^1.0.0" ,
85
81
"slash" : " ^3.0.0" ,
86
82
"snapshot-diff" : " ^0.7.0"
83
+ },
84
+ "homepage" : " https://github.com/react-native-community/cli/tree/master/packages/cli" ,
85
+ "repository" : {
86
+ "type" : " git" ,
87
+ "url" : " https://github.com/react-native-community/cli.git" ,
88
+ "directory" : " packages/cli"
87
89
}
88
90
}
Original file line number Diff line number Diff line change 19
19
},
20
20
"dependencies" : {
21
21
"serve-static" : " ^1.13.1"
22
+ },
23
+ "homepage" : " https://github.com/react-native-community/cli/tree/master/packages/debugger-ui" ,
24
+ "repository" : {
25
+ "type" : " git" ,
26
+ "url" : " https://github.com/react-native-community/cli.git" ,
27
+ "directory" : " packages/debugger-ui"
22
28
}
23
29
}
Original file line number Diff line number Diff line change 31
31
"@types/glob" : " ^7.1.1" ,
32
32
"@types/lodash" : " ^4.14.149" ,
33
33
"@types/xmldoc" : " ^1.1.4"
34
+ },
35
+ "homepage" : " https://github.com/react-native-community/cli/tree/master/packages/platform-android" ,
36
+ "repository" : {
37
+ "type" : " git" ,
38
+ "url" : " https://github.com/react-native-community/cli.git" ,
39
+ "directory" : " packages/platform-android"
34
40
}
35
41
}
Original file line number Diff line number Diff line change 28
28
" !*.d.ts" ,
29
29
" !*.map" ,
30
30
" native_modules.rb"
31
- ]
31
+ ],
32
+ "homepage" : " https://github.com/react-native-community/cli/tree/master/packages/platform-ios" ,
33
+ "repository" : {
34
+ "type" : " git" ,
35
+ "url" : " https://github.com/react-native-community/cli.git" ,
36
+ "directory" : " packages/platform-ios"
37
+ }
32
38
}
Original file line number Diff line number Diff line change 23
23
" build" ,
24
24
" !*.d.ts" ,
25
25
" !*.map"
26
- ]
26
+ ],
27
+ "homepage" : " https://github.com/react-native-community/cli/tree/master/packages/tools" ,
28
+ "repository" : {
29
+ "type" : " git" ,
30
+ "url" : " https://github.com/react-native-community/cli.git" ,
31
+ "directory" : " packages/tools"
32
+ }
27
33
}
You can’t perform that action at this time.
0 commit comments