{
  "author": "QA Wolf",
  "name": "create-qawolf",
  "license": "BSD-3-Clause",
  "version": "1.7.0",
  "description": "🛠️ Install qawolf in your application",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "files": [
    "build",
    "src",
    "static"
  ],
  "engines": {
    "node": ">=10.15.0"
  },
  "scripts": {
    "clean": "rimraf coverage build tmp",
    "build": "tsc -p tsconfig.release.json",
    "watch": "tsc -w -p tsconfig.release.json",
    "lint": "eslint . --ext .ts,.tsx --config .eslintrc.json",
    "release": "npm run clean && npm run build && npm test && npm publish",
    "test": "jest"
  },
  "dependencies": {
    "debug": "*",
    "fs-extra": "^9.0.1",
    "glob": "^7.1.6",
    "inquirer": "^7.3.3",
    "kleur": "^4.1.1",
    "tslib": "^2.0.1"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/jest": "^26.0.14",
    "@types/node": "^14.11.2",
    "@typescript-eslint/eslint-plugin": "^4.2.0",
    "@typescript-eslint/parser": "^4.2.0",
    "eslint": "^7.9.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-jest": "^24.0.2",
    "jest": "^26.4.2",
    "prettier": "^2.1.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.4.0",
    "tsutils": "^3.17.1",
    "typescript": "^4.0.3"
  },
  "createDevDependencies": {
    "qawolf": "1.7.0"
  },
  "bin": {
    "create-qawolf": "./build/index.js"
  }
}
