{
  "name": "vgql",
  "version": "0.2.0",
  "description": "CLI that generates Vue combined with GraphQL code",
  "repository": "git+https://github.com/FlorianWoelki/vgql.git",
  "bugs": {
    "url": "https://github.com/FlorianWoelki/vgql/issues"
  },
  "homepage": "https://florianwoelki.github.io/vgql/#/",
  "main": "index.js",
  "license": "MIT",
  "preferGlobal": true,
  "author": "Florian Woelki",
  "keywords": [
    "vgql",
    "vue",
    "cli",
    "graphql",
    "nuxt",
    "apollo"
  ],
  "bin": {
    "vgql": "dist/index.js"
  },
  "devDependencies": {
    "@types/inquirer": "^6.5.0",
    "@types/jest": "^26.0.0",
    "@types/listr": "^0.14.2",
    "@types/ncp": "^2.0.4",
    "@types/node": "^14.0.13",
    "@typescript-eslint/eslint-plugin": "^3.2.0",
    "@typescript-eslint/parser": "^3.2.0",
    "eslint": "^7.2.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-prettier": "^3.1.3",
    "jest": "^26.0.1",
    "ts-jest": "^26.1.0",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "execa": "^4.0.2",
    "inquirer": "^7.1.0",
    "listr": "^0.14.3",
    "ncp": "^2.0.0",
    "pkg-install": "^1.0.0",
    "yargs": "^15.3.1"
  },
  "scripts": {
    "start": "ts-node src/index.ts",
    "build": "npx tsc",
    "test": "jest --detectOpenHandles --colors",
    "test:watch": "jest --watch --detectOpenHandles --colors"
  }
}
