UNPKG

@deptno/gtag

Version:
32 lines (31 loc) 660 B
{ "name": "@deptno/gtag", "version": "0.2.1", "description": "gtag, typescript", "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" }, "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", "devDependencies": { "typescript": "^4.0.2" } }