@featurevisor/sdk
Version:
Featurevisor SDK for Node.js and the browser
58 lines (57 loc) • 1.55 kB
JSON
{
"name": "@featurevisor/sdk",
"version": "1.35.3",
"description": "Featurevisor SDK for Node.js and the browser",
"main": "dist/index.cjs.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
},
"scripts": {
"transpile": "echo 'Nothing to transpile'",
"dist": "webpack --config ./webpack.config.js && tsc --project tsconfig.esm.json --declaration --emitDeclarationOnly --declarationDir dist",
"build": "npm run transpile && npm run dist",
"test": "jest --config jest.config.js --verbose --coverage"
},
"author": {
"name": "Fahad Heylaal",
"url": "https://fahad19.com"
},
"homepage": "https://featurevisor.com",
"keywords": [
"featurevisor",
"feature",
"features",
"flags",
"feature flags",
"feature toggles",
"feature management",
"experimentation",
"experiment",
"experiments"
],
"repository": {
"type": "git",
"url": "https://github.com/featurevisor/featurevisor.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/featurevisor/featurevisor/issues"
},
"license": "MIT",
"dependencies": {
"@featurevisor/types": "1.35.3",
"compare-versions": "^6.0.0-rc.1",
"murmurhash": "^2.0.1"
},
"gitHead": "253ff5dade7c9ee953f6a57cda097a6c9ed93aa2"
}