{
  "name": "@deptno/gtag-react",
  "version": "0.2.0",
  "description": "gtag, typescript, react",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deptno/gtag.git",
    "directory": "packages/gtag-react"
  },
  "keywords": [
    "gtag",
    "google",
    "anlytics",
    "react"
  ],
  "author": "Bonggyun Lee <deptno@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deptno/gtag/issues"
  },
  "homepage": "https://github.com/deptno/gtag#readme",
  "peerDependencies": {
    "react": "*"
  },
  "devDependencies": {
    "@types/react": "^16.9.48",
    "typescript": "^4.0.2"
  }
}
