UNPKG

@livingroot/yandex-metrica-ab-react

Version:
48 lines (47 loc) 1.02 kB
{ "name": "@livingroot/yandex-metrica-ab-react", "version": "1.6.1", "description": "Fork of yandex-metrica-ab-react by firnis", "keywords": [ "react", "metrica", "metrika", "yandex", "ab", "varioqub" ], "repository": { "type": "git", "url": "https://github.com/Nevatrip/yandex-metrica-ab-react" }, "files": [ "./dist/context.js", "./dist/createSnippet.js", "./dist/index.js", "./dist/useExperiments.js", "./dist/useFlag.js", "./dist/context.d.ts", "./dist/createSnippet.d.ts", "./dist/index.d.ts", "./dist/types.d.ts", "./dist/useExperiments.d.ts", "./dist/useFlag.d.ts", "./README.md" ], "main": "dist/index.js", "scripts": { "build": "tsc", "prepare": "npm run build" }, "author": "firnis", "license": "ISC", "devDependencies": { "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "typescript": "^5.0.4" }, "peerDependencies": { "react": ">=16", "react-dom": ">16" } }