UNPKG

ab-test-jsx

Version:
49 lines (48 loc) 1.21 kB
{ "name": "ab-test-jsx", "description": "React (JS) AB testing consumption", "version": "3.0.5", "license": "MIT", "author": "Maciej Malkowski <monkey3310@gmail.com>", "keywords": [ "react", "ab", "A/B", "ab test", "A/B test", "ab testing", "A/B testing", "utils", "experiment", "ab-test", "react component" ], "repository": { "type": "git", "url": "https://github.com/agoda-com/react-handyman.git" }, "main": "lib/cjs/index.js", "module": "lib/index.js", "browser": "lib/abtestjsx.umd.js", "types": "lib/index.d.ts", "peerDependencies": { "react": "^16.13.1" }, "devDependencies": { "@types/react": "^16.9.43", "react": "^16.13.1", "semantic-release": "17.1.1", "semantic-release-monorepo": "7.0.2" }, "files": [ "lib" ], "scripts": { "semantic-release": "semantic-release -e semantic-release-monorepo", "prebuild": "rimraf lib", "build": "rollup -c && yarn emit-declarations", "watch": "rollup -c -w", "typecheck": "tsc", "emit-declarations": "tsc -p tsconfig.build.json -d --noEmit false --emitDeclarationOnly --isolatedModules false --declarationDir \"./lib/\"" } }