diff --git a/packages/ferric-example/package.json b/packages/ferric-example/package.json index 313af2bb..70eaf152 100644 --- a/packages/ferric-example/package.json +++ b/packages/ferric-example/package.json @@ -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": { diff --git a/packages/ferric/package.json b/packages/ferric/package.json index a8d25782..91565287 100644 --- a/packages/ferric/package.json +++ b/packages/ferric/package.json @@ -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" diff --git a/packages/gyp-to-cmake/package.json b/packages/gyp-to-cmake/package.json index 1bd71df2..e6c7564f 100644 --- a/packages/gyp-to-cmake/package.json +++ b/packages/gyp-to-cmake/package.json @@ -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" diff --git a/packages/node-addon-examples/package.json b/packages/node-addon-examples/package.json index edb19776..e39654eb 100644 --- a/packages/node-addon-examples/package.json +++ b/packages/node-addon-examples/package.json @@ -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", diff --git a/packages/react-native-node-api-cmake/package.json b/packages/react-native-node-api-cmake/package.json index 412058dd..ff0803d8 100644 --- a/packages/react-native-node-api-cmake/package.json +++ b/packages/react-native-node-api-cmake/package.json @@ -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" diff --git a/packages/react-native-node-api-modules/package.json b/packages/react-native-node-api-modules/package.json index 4050abc8..99a2b20e 100644 --- a/packages/react-native-node-api-modules/package.json +++ b/packages/react-native-node-api-modules/package.json @@ -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": {