UNPKG

@featurevisor/sdk

Version:

Featurevisor SDK for Node.js and the browser

56 lines (55 loc) 1.48 kB
{ "name": "@featurevisor/sdk", "version": "2.1.0", "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": "2.0.3" }, "gitHead": "96ac5672adf1043ab215b75ba825885d0a6f76bf" }