UNPKG

gatoo

Version:
50 lines (49 loc) 1.14 kB
{ "name": "gatoo", "version": "0.1.170", "description": "google analytics export", "main": "lib/index.js", "repository": "git@github.com:kanekotic/gatoes.git", "author": "kanekotic <alvarojosepl@gmail.com>", "license": "MIT", "private": false, "bin": { "gatoo": "bin/gatoo.js" }, "keywords": [ "command line", "tool", "Google", "analytics", "ElasticSearch" ], "scripts": { "test": "jest", "test:dev": "jest --watchAll", "test:cov": "jest --coverage && codecov", "push": "yarn test && git push", "deploy:major": "yarn version --major", "deploy:minor": "yarn version --minor", "deploy:patch": "yarn version --patch", "deploy:push": "git push && git push --tags", "preversion": "yarn test" }, "jest": { "automock": false, "testMatch": [ "**/test/**/*-test.js" ], "testEnvironment": "node" }, "devDependencies": { "@faker-js/faker": "^7.6.0", "codecov": "3.8.3", "coffee": "5.5.0", "jest": "29.5.0" }, "dependencies": { "commander": "10.0.1", "googleapis": "118.0.0", "moment": "2.29.4" } }