diff --git a/tools/hermes-parser/js/babel-plugin-syntax-hermes-parser/package.json b/tools/hermes-parser/js/babel-plugin-syntax-hermes-parser/package.json index d662e299ebc..b7ad8e5ffa6 100644 --- a/tools/hermes-parser/js/babel-plugin-syntax-hermes-parser/package.json +++ b/tools/hermes-parser/js/babel-plugin-syntax-hermes-parser/package.json @@ -4,6 +4,8 @@ "description": "Babel plugin which switches Babel to use the Hermes parser.", "main": "dist/index.js", "license": "MIT", + "homepage": "https://github.com/facebook/hermes#readme", + "bugs": "https://github.com/facebook/hermes/issues", "repository": { "type": "git", "url": "git+https://github.com/facebook/hermes.git", diff --git a/tools/hermes-parser/js/flow-api-translator/package.json b/tools/hermes-parser/js/flow-api-translator/package.json index 9ab310ecc94..4fac86b96f6 100644 --- a/tools/hermes-parser/js/flow-api-translator/package.json +++ b/tools/hermes-parser/js/flow-api-translator/package.json @@ -4,6 +4,8 @@ "description": "Toolkit for creating Flow and TypeScript compatible libraries from Flow source code.", "main": "dist/index.js", "license": "MIT", + "homepage": "https://github.com/facebook/hermes#readme", + "bugs": "https://github.com/facebook/hermes/issues", "repository": { "type": "git", "url": "git+https://github.com/facebook/hermes.git", diff --git a/tools/hermes-parser/js/hermes-eslint/package.json b/tools/hermes-parser/js/hermes-eslint/package.json index 93268deffbf..dc858968df2 100644 --- a/tools/hermes-parser/js/hermes-eslint/package.json +++ b/tools/hermes-parser/js/hermes-eslint/package.json @@ -4,6 +4,8 @@ "description": "A custom parser for ESLint using the Hermes parser", "main": "dist/index.js", "license": "MIT", + "homepage": "https://github.com/facebook/hermes#readme", + "bugs": "https://github.com/facebook/hermes/issues", "repository": { "type": "git", "url": "git+https://github.com/facebook/hermes.git", diff --git a/tools/hermes-parser/js/hermes-estree/package.json b/tools/hermes-parser/js/hermes-estree/package.json index 1249ce05e3f..b730c82b249 100644 --- a/tools/hermes-parser/js/hermes-estree/package.json +++ b/tools/hermes-parser/js/hermes-estree/package.json @@ -4,6 +4,8 @@ "description": "Flow types for the Flow-ESTree spec produced by the hermes parser", "main": "dist/index.js", "license": "MIT", + "homepage": "https://github.com/facebook/hermes#readme", + "bugs": "https://github.com/facebook/hermes/issues", "repository": { "type": "git", "url": "git+https://github.com/facebook/hermes.git", diff --git a/tools/hermes-parser/js/hermes-parser/package.json b/tools/hermes-parser/js/hermes-parser/package.json index 1ba7d522718..53f70e0ec0a 100644 --- a/tools/hermes-parser/js/hermes-parser/package.json +++ b/tools/hermes-parser/js/hermes-parser/package.json @@ -4,6 +4,8 @@ "description": "A JavaScript parser built from the Hermes engine", "main": "dist/index.js", "license": "MIT", + "homepage": "https://github.com/facebook/hermes#readme", + "bugs": "https://github.com/facebook/hermes/issues", "repository": { "type": "git", "url": "git+https://github.com/facebook/hermes.git", diff --git a/tools/hermes-parser/js/hermes-transform/package.json b/tools/hermes-parser/js/hermes-transform/package.json index c2894692f53..5c96f510a89 100644 --- a/tools/hermes-parser/js/hermes-transform/package.json +++ b/tools/hermes-parser/js/hermes-transform/package.json @@ -4,6 +4,8 @@ "description": "Tools built on top of Hermes-ESTree to enable codebase transformation", "main": "dist/index.js", "license": "MIT", + "homepage": "https://github.com/facebook/hermes#readme", + "bugs": "https://github.com/facebook/hermes/issues", "repository": { "type": "git", "url": "git+https://github.com/facebook/hermes.git", diff --git a/tools/hermes-parser/js/prettier-plugin-hermes-parser/package.json b/tools/hermes-parser/js/prettier-plugin-hermes-parser/package.json index 48c125cf2a6..cd5b5fa2b3a 100644 --- a/tools/hermes-parser/js/prettier-plugin-hermes-parser/package.json +++ b/tools/hermes-parser/js/prettier-plugin-hermes-parser/package.json @@ -3,6 +3,8 @@ "version": "0.36.1", "description": "Hermes parser plugin for Prettier.", "license": "MIT", + "homepage": "https://github.com/facebook/hermes#readme", + "bugs": "https://github.com/facebook/hermes/issues", "repository": { "type": "git", "url": "git+https://github.com/facebook/hermes.git",