Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/ferric-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "ferric-example",
"private": true,
"version": "0.1.0",
"homepage": "https://github.com/callstackincubator/react-native-node-api-modules",
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-node-api-modules.git",
"directory": "packages/ferric-example"
},
"main": "libferric_example.js",
"types": "libferric_example.d.ts",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ferric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "ferric-modules",
"version": "0.1.0",
"description": "Rust Node-API Modules for React Native",
"homepage": "https://github.com/callstackincubator/react-native-node-api-modules",
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-node-api-modules.git",
"directory": "packages/ferric"
},
"type": "module",
"bin": {
"ferric": "./bin/ferric.js"
Expand Down
10 changes: 8 additions & 2 deletions packages/gyp-to-cmake/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "gyp-to-cmake",
"private": true,
"type": "module",
"version": "0.1.0",
"private": true,
"description": "Convert binding.gyp files to CMakeLists.txt",
"homepage": "https://github.com/callstackincubator/react-native-node-api-modules",
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-node-api-modules.git",
"directory": "packages/gyp-to-cmake"
},
"type": "module",
"files": [
"bin",
"dist"
Expand Down
6 changes: 6 additions & 0 deletions packages/node-addon-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "react-native-node-addon-examples",
"private": true,
"homepage": "https://github.com/callstackincubator/react-native-node-api-modules",
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-node-api-modules.git",
"directory": "packages/node-addon-examples"
},
"scripts": {
"copy-examples": "tsx scripts/copy-examples.mts",
"gyp-to-cmake": "gyp-to-cmake ./examples",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-node-api-cmake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "react-native-node-api-cmake",
"version": "0.1.0",
"description": "Build React Native Node API modules with CMake",
"homepage": "https://github.com/callstackincubator/react-native-node-api-modules",
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-node-api-modules.git",
"directory": "packages/react-native-node-api-cmake"
},
"type": "module",
"bin": {
"react-native-node-api-cmake": "./bin/react-native-node-api-cmake.js"
Expand Down
7 changes: 6 additions & 1 deletion packages/react-native-node-api-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "react-native-node-api-modules",
"version": "0.1.0",
"description": "Node-API Modules for React Native",
"homepage": "https://github.com/callstackincubator/react-native-node-api-modules#readme",
"homepage": "https://github.com/callstackincubator/react-native-node-api-modules",
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-node-api-modules.git",
"directory": "packages/react-native-node-api-cmake"
},
"main": "dist/react-native/index.js",
"type": "commonjs",
"bin": {
Expand Down