{
  "name": "nuada",
  "version": "1.0.5",
  "description": "nuada CLI",
  "types": "build/types/types.d.ts",
  "bin": {
    "nuada": "bin/nuada"
  },
  "scripts": {
    "format": "prettier --write **/*.{js,ts}",
    "clean-build": "rm -rf ./build",
    "compile": "tsc -p .",
    "lint": "eslint src --ext ts",
    "copy-templates": "mkdir build/src/templates/ && mkdir build/src/templates/src/ && cp -a ./src/templates/* ./build/src/templates/ && cp -a ./src/templates ./build/",
    "build": "yarn format && yarn lint && yarn clean-build && yarn compile && yarn copy-templates",
    "prepublishOnly": "yarn build",
    "test": "jest",
    "watch": "jest --watch",
    "snapupdate": "jest --updateSnapshot",
    "coverage": "jest --coverage"
  },
  "files": [
    "tsconfig.json",
    ".eslint.json",
    "build",
    "LICENSE",
    "readme.md",
    "docs",
    "bin"
  ],
  "license": "MIT",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
    }
  },
  "dependencies": {
    "gluegun": "^5.1.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@types/jest": "^24.0.18",
    "@types/node": "^12.7.11",
    "@typescript-eslint/eslint-plugin": "^5.43.0",
    "@typescript-eslint/parser": "^4.6.0",
    "commitizen": "^4.2.2",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-standard-with-typescript": "^34.0.1",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.0.0",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "prettier": "^2.8.7",
    "ts-jest": "^26.4.4",
    "ts-node": "^8.4.1",
    "typescript": "*"
  },
  "keywords": [
    "nodejs",
    "node",
    "cli",
    "mongo",
    "mongoDB",
    "mongoose",
    "express",
    "expressJS",
    "nuada",
    "nuadacli",
    "nuada-cli",
    "JS",
    "Javascript",
    "Ecmascript",
    "Typescript",
    "TS"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
