featurehub-javascript-client-sdk
Version:
FeatureHub client/browser SDK
75 lines (74 loc) • 2.31 kB
JSON
{
"name": "featurehub-javascript-client-sdk",
"version": "1.4.0",
"description": "FeatureHub client/browser SDK",
"author": "info@featurehub.io",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "lib/index.js",
"repository": "github:featurehub-io/featurehub-javascript-sdk",
"files": [
"dist/**/*",
"lib/**/*",
"app/**/*"
],
"homepage": "https://featurehub.io",
"keywords": [
"feature-flag-api",
"feature-flag-sdk",
"feature-experimentation",
"feature-flag",
"flag",
"toggle",
"feature-toggle",
"feature-toggle-api",
"remote-configuration",
"gradual-rollout",
"ab-testing",
"feature-flag-react",
"featurehub"
],
"license": "MIT",
"scripts": {
"build": "npm run clean && npm run tsc tsconfig-build.json && npm run tsc tsconfig-es.json",
"clean": "rm -rf dist lib && rm -rf app/*.js app/*.d.ts app/*.map",
"build:watch": "npm run build -- -- -w",
"mocha": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' node ./node_modules/mocha/bin/mocha --config mocharc.yml",
"test": "npm run clean && npm run tsc tsconfig.json && npm run mocha",
"test:watch": "npm run mocha --opts mocha.opts --watch",
"tsc": "node ./node_modules/typescript/bin/tsc -p",
"link": "npm link",
"compile": "npm run build && npm link",
"release": "cp ../README.md . && npm run build && npm publish",
"prepublishOnly": "npm run build",
"lint": "./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"devDependencies": {
"@fluffy-spoon/substitute": "^1.208.0",
"@types/chai": "^4.2.18",
"@types/mocha": "^9.0.0",
"@types/node": "^16.18.25",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/typescript-estree": "^5.59.2",
"chai": "^4.2.0",
"eslint": "^8.0.0",
"eslint-plugin-filenames-simple": "0.7.0",
"mocha": "^9.1.4",
"sinon": "^15.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@juanelas/base64": "^1.1.5",
"cross-sha256": "^1.2.0",
"murmurhash": "^2.0.1",
"netmask": "^2.0.2",
"semver-compare": "^1.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}