We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d00f3 commit d4b188dCopy full SHA for d4b188d
package.json
@@ -4,6 +4,11 @@
4
"description": "LaunchDarkly OpenFeature provider for node.",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
7
+ "homepage": "https://github.com/launchdarkly/openfeature-node-server",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/launchdarkly/openfeature-node-server.git"
11
+ },
12
"scripts": {
13
"clean": "tsc --build --clean",
14
"build": "tsc --build",
0 commit comments