{
  "name": "@buildtip/create-web-app",
  "version": "1.1.3",
  "description": "Select your project type and use any boilerplate to get started",
  "homepage": "",
  "files": [
    "generators",
    "dist"
  ],
  "bin": {
    "cwa": "./dist/cli.js"
  },
  "main": "./dist/cli.js",
  "keywords": [
    "boilerplates",
    "starter",
    "yeoman-generator",
    "web",
    "javascript",
    "react",
    "node",
    "mongodb"
  ],
  "devDependencies": {
    "@commitlint/cli": "8.0.0",
    "@commitlint/config-conventional": "8.0.0",
    "@commitlint/travis-cli": "8.0.0",
    "@types/chalk": "2.2.0",
    "@types/node": "12.0.8",
    "@types/yeoman-environment": "2.3.1",
    "@types/yeoman-generator": "3.1.3",
    "commitizen": "3.1.1",
    "eslint": "5.16.0",
    "husky": "2.4.1",
    "jest": "23.6.0",
    "lint-staged": "8.2.0",
    "nodemon": "1.19.1",
    "parcel-bundler": "1.12.3",
    "parcel-plugin-shebang": "^1.2.5",
    "prettier": "1.18.2",
    "standard-version": "6.0.1",
    "typescript": "3.5.1",
    "yeoman-assert": "3.1.1",
    "yeoman-test": "2.0.0"
  },
  "engines": {
    "npm": "6.9.1-next.0"
  },
  "dependencies": {
    "@types/lodash": "^4.14.132",
    "cfonts": "^2.4.3",
    "chalk": "^2.1.0",
    "glob-all": "^3.1.0",
    "lodash": "^4.17.11",
    "prettycli": "^1.4.3",
    "sade": "^1.5.0",
    "update-notifier": "^3.0.0",
    "yeoman-environment": "^2.3.4",
    "yeoman-generator": "^4.0.0"
  },
  "jest": {
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/generators/app/templates/*"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "*.json": [
      "prettier --write",
      "git add"
    ]
  },
  "scripts": {
    "lint": "eslint .",
    "jest": " jest",
    "local": " nodemon dist/cli.js",
    "release": "standard-version",
    "type:build": "tsc",
    "commit": "git-cz",
    "type:watch": "tsc -w",
    "build": "parcel build --no-autoinstall ./src/index.ts --target node --out-dir dist --out-file cli.js ",
    "watch": "parcel watch --no-autoinstall ./src/index.ts --target node --out-dir dist --out-file cli.js "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buildtip/create-web-app.git"
  },
  "license": "Apache-2.0"
}
