{
  "name": "vue-telemetry-analyzer",
  "version": "0.8.4",
  "description": "",
  "main": "src/index.js",
  "bin": {
    "vta": "bin/vta.js",
    "vue-telemetry-analyzer": "bin/vta.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "standard-version && git push --follow-tags && npm publish"
  },
  "keywords": [
    "vue",
    "vue analyzer",
    "vue telemetry"
  ],
  "author": "NuxtJS Company",
  "license": "MIT",
  "dependencies": {
    "consola": "^2.15.0",
    "make-dir": "^3.1.0",
    "ora": "^5.1.0",
    "puppeteer": "^5.5.0",
    "tld-extract": "^2.0.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "standard-version": "^9.0.0"
  }
}
