Skip to content

Commit

Permalink
package.json: adding keywords, full license
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzilladev committed Nov 13, 2023
1 parent 8e480be commit bf53c8b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"unused-for-now": "aarch64-pc-windows-msvc",
"license": "MIT",
"license": "(MIT OR Apache-2.0)",
"devDependencies": {
"@napi-rs/cli": "^2.15.1",
"@types/node": "^18.13.0",
Expand Down Expand Up @@ -64,6 +64,12 @@
},
"packageManager": "[email protected]",
"description": "The ngrok agent in library form, suitable for integrating directly into your NodeJS application.",
"keywords": [
"ngrok",
"nodejs",
"ingress",
"networking"
],
"homepage": "https://ngrok.github.io/ngrok-nodejs/",
"repository": {
"type": "git",
Expand Down

0 comments on commit bf53c8b

Please sign in to comment.