56 lines
1.0 KiB
JSON
56 lines
1.0 KiB
JSON
{
|
|
"name": "insight",
|
|
"version": "0.11.1",
|
|
"description": "Understand how your tool is being used by anonymously reporting usage metrics to Google Analytics or Yandex.Metrica",
|
|
"license": "BSD-2-Clause",
|
|
"repository": "yeoman/insight",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"main": "lib",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava --timeout=20s"
|
|
},
|
|
"xo": {
|
|
"rules": {
|
|
"unicorn/prefer-module": "off"
|
|
}
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"keywords": [
|
|
"package",
|
|
"stats",
|
|
"google",
|
|
"analytics",
|
|
"track",
|
|
"metrics",
|
|
"yandex",
|
|
"metrica"
|
|
],
|
|
"dependencies": {
|
|
"async": "^2.6.2",
|
|
"chalk": "^4.1.1",
|
|
"conf": "^10.0.1",
|
|
"inquirer": "^6.3.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"os-name": "^4.0.1",
|
|
"request": "^2.88.0",
|
|
"tough-cookie": "^4.0.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"execa": "^1.0.0",
|
|
"object-values": "^2.0.0",
|
|
"sinon": "^7.3.1",
|
|
"xo": "^0.42.0"
|
|
}
|
|
}
|