@launchdarkly/node-server-sdk
Version:
LaunchDarkly Server-Side SDK for Node.js
71 lines • 1.98 kB
JSON
{
"name": "@launchdarkly/node-server-sdk",
"version": "9.7.7",
"description": "LaunchDarkly Server-Side SDK for Node.js",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node",
"repository": {
"type": "git",
"url": "https://github.com/launchdarkly/js-core.git"
},
"type": "commonjs",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"default": "./dist/src/index.js"
},
"./integrations": {
"types": "./dist/src/integrations.d.ts",
"default": "./dist/src/integrations.js"
}
},
"typesVersions": {
"*": {
"integrations": [
"./dist/src/integrations.d.ts"
]
}
},
"files": [
"dist"
],
"keywords": [
"launchdarkly",
"analytics",
"client"
],
"scripts": {
"clean": "npx tsc --build --clean",
"//": "We run the tests in-band because the FS tests work best sequential.",
"test": "npx jest --ci --runInBand",
"build": "npx tsc",
"lint": "npx eslint . --ext .ts",
"lint:fix": "yarn run lint --fix"
},
"license": "Apache-2.0",
"dependencies": {
"@launchdarkly/js-server-sdk-common": "2.13.0",
"https-proxy-agent": "^5.0.1",
"launchdarkly-eventsource": "2.0.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.5.0",
"launchdarkly-js-test-helpers": "^2.2.0",
"prettier": "^3.0.0",
"ts-jest": "^29.0.5",
"typedoc": "0.25.0",
"typescript": "5.1.6"
}
}