@launchdarkly/js-server-sdk-common
Version:
LaunchDarkly Server SDK for JavaScript - common code
49 lines • 1.3 kB
JSON
{
"name": "@launchdarkly/js-server-sdk-common",
"version": "2.20.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/sdk-server",
"repository": {
"type": "git",
"url": "https://github.com/launchdarkly/js-core.git"
},
"description": "LaunchDarkly Server SDK for JavaScript - common code",
"files": [
"dist"
],
"keywords": [
"launchdarkly",
"analytics",
"client"
],
"scripts": {
"test": "npx jest --ci",
"build": "npx tsc",
"clean": "npx tsc --build --clean",
"lint": "npx eslint .",
"lint:fix": "yarn run lint --fix"
},
"license": "Apache-2.0",
"dependencies": {
"@launchdarkly/js-sdk-common": "2.25.2",
"semver": "7.5.4"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@types/jest": "^29.4.0",
"@types/semver": "^7.3.13",
"eslint": "^9.0.0",
"eslint-import-resolver-typescript": "^4.0.0",
"eslint-plugin-import-x": "^4.0.0",
"eslint-plugin-jest": "^28.0.0",
"globals": "^16.0.0",
"jest": "^29.5.0",
"launchdarkly-js-test-helpers": "^2.2.0",
"ts-jest": "^29.0.5",
"typedoc": "0.25.0",
"typescript": "5.1.6",
"typescript-eslint": "^8.0.0"
}
}