UNPKG

insight

Version:

Understand how your tool is being used by anonymously reporting usage metrics to Google Analytics or Yandex.Metrica

55 lines (54 loc) 1.03 kB
{ "name": "insight", "version": "0.12.0", "description": "Understand how your tool is being used by anonymously reporting usage metrics to Google Analytics or Yandex.Metrica", "license": "BSD-2-Clause", "repository": "sindresorhus/insight", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./lib/index.js", "sideEffects": false, "engines": { "node": ">=18.18" }, "scripts": { "test": "xo && ava --timeout=20s" }, "xo": { "rules": { "unicorn/prefer-module": "off" } }, "files": [ "lib" ], "keywords": [ "package", "stats", "google", "analytics", "track", "metrics", "yandex", "metrica" ], "dependencies": { "chalk": "^5.4.1", "conf": "^13.1.0", "inquirer": "^12.3.2", "ky": "^1.7.4", "lodash.debounce": "^4.0.8", "os-name": "^6.0.0" }, "devDependencies": { "ava": "^6.2.0", "execa": "^9.5.2", "sinon": "^19.0.2", "tough-cookie": "^5.1.0", "xo": "^0.60.0" } }