UNPKG

@featurevisor/react

Version:

React package for Featurevisor

55 lines (54 loc) 1.38 kB
{ "name": "@featurevisor/react", "version": "2.1.0", "description": "React package for Featurevisor", "main": "dist/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "transpile": "rimraf lib && tsc --project tsconfig.esm.json", "dist": "webpack --config ./webpack.config.js", "build": "npm run transpile && npm run dist", "test": "jest --config jest.config.js" }, "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", "react" ], "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" }, "dependencies": { "@featurevisor/sdk": "2.1.0", "@featurevisor/types": "2.0.3" }, "license": "MIT", "devDependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "jest-environment-jsdom": "^29.5.0" }, "gitHead": "96ac5672adf1043ab215b75ba825885d0a6f76bf" }