gut-react
Version:
Generic usage tracking utility for react
53 lines (52 loc) • 1.28 kB
JSON
{
"name": "gut-react",
"version": "1.1.2",
"description": "Generic usage tracking utility for react",
"keywords": [
"usage",
"user",
"tracking",
"react",
"hook"
],
"homepage": "https://github.com/matzehecht/generic-user-tracking/packages/react#readme",
"bugs": {
"url": "https://github.com/matzehecht/generic-user-tracking/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matzehecht/generic-user-tracking.git",
"directory": "packages/react"
},
"license": "MIT",
"author": {
"name": "Matthias Hecht",
"email": "dev@hecht.space",
"url": "https://hecht.space"
},
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"files": [
"lib",
"README.md"
],
"scripts": {
"build": "npm run build:esm && npm run build:cjs",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:fix:dryrun": "eslint . --fix-dry-run",
"test": "jest",
"watch": "tsc --watch"
},
"dependencies": {
"gut-js": "^1.1.2"
},
"peerDependencies": {
"react": ">= 17",
"react-dom": ">= 17"
},
"gitHead": "898c1887eb0d099f80912ed29e4bdc392a0dec7e"
}