UNPKG

guess-ga

Version:

Fetch structured data from Google Analytics

56 lines (55 loc) 1.14 kB
{ "name": "guess-ga", "version": "0.4.20", "description": "Fetch structured data from Google Analytics", "main": "dist/guess-ga/index.js", "types": "dist/guess-ga/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/guess-js/guess" }, "keywords": [ "bundling", "webpack", "ml", "ai", "google analytics", "ga", "analytics", "recommendation" ], "author": "Minko Gechev <mgechev@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/guess-js/guess/issues" }, "homepage": "https://github.com/guess-js/guess#readme", "dependencies": { "googleapis": "^59.0.0" }, "devDependencies": { "ts-loader": "7.0.0", "typescript": "3.9.7" }, "files": [ "dist" ], "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "scripts": { "build": "webpack" }, "gitHead": "519b586a8af0f32afa252e13e47339189537fada" }