mr-gtag
Version:
Easy, strong typed, and a modern way to use google analytics gtag lib.
35 lines (34 loc) • 874 B
JSON
{
"name": "mr-gtag",
"version": "2.0.0",
"description": "Easy, strong typed, and a modern way to use google analytics gtag lib.",
"main": "dist/umd/index.js",
"module": "dist/es/index.js",
"types": "dist/es/index.d.ts",
"scripts": {
"start": "rollup -c rollup.config.es.js -w",
"build": "rollup -c rollup.config.es.js && rollup -c rollup.config.umd.js",
"lint": "tslint src/**/*.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"google",
"gtag",
"google-analytics"
],
"author": "Mohammad Rahhal",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mrahhal/mr-gtag"
},
"files": [
"dist"
],
"devDependencies": {
"@rollup/plugin-typescript": "^5.0.2",
"tslib": "^2.0.1",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
}
}