@deptno/gtag
Version:
gtag, typescript
32 lines (31 loc) • 660 B
JSON
{
"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"
}
}