{
  "name": "gatsby-telemetry",
  "description": "Gatsby Telemetry",
  "version": "1.1.4",
  "author": "Jarmo Isotalo <jarmo@isotalo.fi>",
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "dependencies": {
    "@babel/code-frame": "^7.0.0",
    "@babel/runtime": "^7.0.0",
    "bluebird": "^3.5.0",
    "boxen": "^3.1.0",
    "ci-info": "2.0.0",
    "configstore": "^4.0.0",
    "envinfo": "^5.8.1",
    "fs-extra": "^7.0.1",
    "git-up": "4.0.1",
    "is-docker": "1.1.0",
    "lodash": "^4.17.10",
    "node-fetch": "2.3.0",
    "resolve-cwd": "^2.0.0",
    "source-map": "^0.5.7",
    "stack-trace": "^0.0.10",
    "stack-utils": "1.0.2",
    "uuid": "3.3.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "babel-jest": "^24.0.0",
    "babel-preset-gatsby-package": "^0.2.1",
    "cross-env": "^5.1.4",
    "jest": "^24.0.0",
    "jest-cli": "^24.0.0",
    "jest-junit": "^6.1.0"
  },
  "files": [
    "lib",
    "src/postinstall.js",
    "src/showAnalyticsNotification.js"
  ],
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry#readme",
  "keywords": [
    "telemetry"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-telemetry"
  },
  "scripts": {
    "build": "babel src --out-dir lib --ignore **/__tests__",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "jest": "jest",
    "postinstall": "node src/postinstall.js",
    "watch": "babel -w src --out-dir lib --ignore **/__tests__"
  },
  "yargs": {
    "boolean-negation": false
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "gitHead": "a3288b8efe961df2fb357793017a36b608b39549"
}
