{
  "name": "create-nuxt-typo3",
  "version": "0.7.0",
  "description": "Create a TYPO3 baed on Nuxt.js App in seconds.",
  "bin": "cli.js",
  "files": [
    "cli.js",
    "prompts.js",
    "saofile.js",
    "template/"
  ],
  "repository": {
    "url": "git+https://github.com/TYPO3-Initiatives/create-nuxt-typo3",
    "type": "git"
  },
  "scripts": {
    "lint": "eslint --ext .js,.mjs,.vue .",
    "test": "ava --verbose",
    "test:snapshot": "ava --verbose --update-snapshots",
    "release": "standard-version"
  },
  "dependencies": {
    "cac": "^6.5.7",
    "chalk": "^2.4.2",
    "cross-spawn": "^7.0.1",
    "envinfo": "^7.5.0",
    "glob": "^7.1.6",
    "lodash": "^4.17.15",
    "sao": "^1.7.0",
    "superb": "^4.0.0",
    "validate-npm-package-name": "^3.0.0"
  },
  "devDependencies": {
    "@nuxtjs/eslint-config": "^2.0.2",
    "@ava/babel": "^1.0.1",
    "ava": "^3.5.0",
    "eslint": "^6.8.0",
    "standard-version": "^7.1.0"
  },
  "authors": [
    "Egoist <0x142857@gmail.com>",
    "Nuxt team <team@nuxtjs.org>",
    "Clark Du <clark.duxin@gmail.com>"
  ],
  "license": "MIT"
}
