Skip to content

Commit

Permalink
Add npm metadata to all packages (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot authored Nov 8, 2023
1 parent b0f0ba3 commit 57c4ec8
Show file tree
Hide file tree
Showing 8 changed files with 117 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .changeset/wicked-moons-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@envyjs/apollo': patch
'@envyjs/nextjs': patch
'@envyjs/webui': patch
'@envyjs/core': patch
'@envyjs/node': patch
'@envyjs/web': patch
---

Add npm metadata to all packages
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@
"name": "envy",
"description": "Node.js Network & Telemetry Viewer",
"main": "index.js",
"repository": "https://github.com/FormidableLabs/envy.git",
"contributors": [
"Charlie Brown <[email protected]>",
"Kevin Paxton <[email protected]>",
"Matthew Ritter <[email protected]>"
"author": {
"name": "Formidable",
"url": "https://formidable.com"
},
"homepage": "https://github.com/formidablelabs/envy",
"keywords": [
"react",
"nextjs",
"graphql",
"typescript",
"nodejs",
"telemetry",
"tracing"
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy"
},
"license": "MIT",
"private": true,
"scripts": {
Expand Down
16 changes: 15 additions & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
"version": "0.8.2",
"description": "Node.js Network & Telemetry Viewer",
"main": "dist/index.js",
"author": {
"name": "Formidable",
"url": "https://formidable.com"
},
"homepage": "https://github.com/formidablelabs/envy",
"keywords": [
"react",
"nextjs",
"graphql",
"typescript",
"nodejs",
"telemetry",
"tracing"
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy.git",
"url": "https://github.com/FormidableLabs/envy",
"directory": "packages/apollo"
},
"license": "MIT",
Expand Down
16 changes: 15 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
"version": "0.8.2",
"description": "Node.js Network & Telemetry Viewer",
"main": "dist/index.js",
"author": {
"name": "Formidable",
"url": "https://formidable.com"
},
"homepage": "https://github.com/formidablelabs/envy",
"keywords": [
"react",
"nextjs",
"graphql",
"typescript",
"nodejs",
"telemetry",
"tracing"
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy.git",
"url": "https://github.com/FormidableLabs/envy",
"directory": "packages/core"
},
"license": "MIT",
Expand Down
16 changes: 15 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
"version": "0.8.2",
"description": "Node.js Network & Telemetry Viewer",
"main": "dist/index.js",
"author": {
"name": "Formidable",
"url": "https://formidable.com"
},
"homepage": "https://github.com/formidablelabs/envy",
"keywords": [
"react",
"nextjs",
"graphql",
"typescript",
"nodejs",
"telemetry",
"tracing"
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy.git",
"url": "https://github.com/FormidableLabs/envy",
"directory": "packages/nextjs"
},
"license": "MIT",
Expand Down
16 changes: 15 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
"version": "0.8.2",
"description": "Node.js Network & Telemetry Viewer",
"main": "dist/index.js",
"author": {
"name": "Formidable",
"url": "https://formidable.com"
},
"homepage": "https://github.com/formidablelabs/envy",
"keywords": [
"react",
"nextjs",
"graphql",
"typescript",
"nodejs",
"telemetry",
"tracing"
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy.git",
"url": "https://github.com/FormidableLabs/envy",
"directory": "packages/node"
},
"license": "MIT",
Expand Down
16 changes: 15 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@
"version": "0.8.2",
"description": "Node.js Network & Telemetry Viewer",
"main": "dist/index.js",
"author": {
"name": "Formidable",
"url": "https://formidable.com"
},
"homepage": "https://github.com/formidablelabs/envy",
"keywords": [
"react",
"nextjs",
"graphql",
"typescript",
"nodejs",
"telemetry",
"tracing"
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy.git",
"url": "https://github.com/FormidableLabs/envy",
"directory": "packages/web"
},
"license": "MIT",
Expand Down
16 changes: 15 additions & 1 deletion packages/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,23 @@
"envy": "bin/start.cjs"
},
"type": "module",
"author": {
"name": "Formidable",
"url": "https://formidable.com"
},
"homepage": "https://github.com/formidablelabs/envy",
"keywords": [
"react",
"nextjs",
"graphql",
"typescript",
"nodejs",
"telemetry",
"tracing"
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/envy.git",
"url": "https://github.com/FormidableLabs/envy",
"directory": "packages/webui"
},
"license": "MIT",
Expand Down

0 comments on commit 57c4ec8

Please sign in to comment.