File tree Expand file tree Collapse file tree 6 files changed +39
-3
lines changed
react-native-node-api-cmake
react-native-node-api-modules Expand file tree Collapse file tree 6 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ferric-example" ,
3+ "private" : true ,
34 "version" : " 0.1.0" ,
5+ "homepage" : " https://github.com/callstackincubator/react-native-node-api-modules" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/callstackincubator/react-native-node-api-modules.git" ,
9+ "directory" : " packages/ferric-example"
10+ },
411 "main" : " libferric_example.js" ,
512 "types" : " libferric_example.d.ts" ,
613 "scripts" : {
Original file line number Diff line number Diff line change 22 "name" : " ferric-modules" ,
33 "version" : " 0.1.0" ,
44 "description" : " Rust Node-API Modules for React Native" ,
5+ "homepage" : " https://github.com/callstackincubator/react-native-node-api-modules" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/callstackincubator/react-native-node-api-modules.git" ,
9+ "directory" : " packages/ferric"
10+ },
511 "type" : " module" ,
612 "bin" : {
713 "ferric" : " ./bin/ferric.js"
Original file line number Diff line number Diff line change 11{
22 "name" : " gyp-to-cmake" ,
3- "private" : true ,
4- "type" : " module" ,
53 "version" : " 0.1.0" ,
4+ "private" : true ,
65 "description" : " Convert binding.gyp files to CMakeLists.txt" ,
6+ "homepage" : " https://github.com/callstackincubator/react-native-node-api-modules" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git+https://github.com/callstackincubator/react-native-node-api-modules.git" ,
10+ "directory" : " packages/gyp-to-cmake"
11+ },
12+ "type" : " module" ,
713 "files" : [
814 " bin" ,
915 " dist"
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-node-addon-examples" ,
33 "private" : true ,
4+ "homepage" : " https://github.com/callstackincubator/react-native-node-api-modules" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " git+https://github.com/callstackincubator/react-native-node-api-modules.git" ,
8+ "directory" : " packages/node-addon-examples"
9+ },
410 "scripts" : {
511 "copy-examples" : " tsx scripts/copy-examples.mts" ,
612 "gyp-to-cmake" : " gyp-to-cmake ./examples" ,
Original file line number Diff line number Diff line change 22 "name" : " react-native-node-api-cmake" ,
33 "version" : " 0.1.0" ,
44 "description" : " Build React Native Node API modules with CMake" ,
5+ "homepage" : " https://github.com/callstackincubator/react-native-node-api-modules" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/callstackincubator/react-native-node-api-modules.git" ,
9+ "directory" : " packages/react-native-node-api-cmake"
10+ },
511 "type" : " module" ,
612 "bin" : {
713 "react-native-node-api-cmake" : " ./bin/react-native-node-api-cmake.js"
Original file line number Diff line number Diff line change 22 "name" : " react-native-node-api-modules" ,
33 "version" : " 0.1.0" ,
44 "description" : " Node-API Modules for React Native" ,
5- "homepage" : " https://github.com/callstackincubator/react-native-node-api-modules#readme" ,
5+ "homepage" : " https://github.com/callstackincubator/react-native-node-api-modules" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/callstackincubator/react-native-node-api-modules.git" ,
9+ "directory" : " packages/react-native-node-api-cmake"
10+ },
611 "main" : " dist/react-native/index.js" ,
712 "type" : " commonjs" ,
813 "bin" : {
You can’t perform that action at this time.
0 commit comments