{
  "name": "@36node/template-cli",
  "version": "0.7.61",
  "description": "A module boilerplate for nodejs and web.",
  "repository": {
    "url": "undefined/undefined",
    "type": "git"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "template": "cli",
  "main": "dist/index.js",
  "module": "dist/index.m.js",
  "files": [
    ".circleci",
    "bin",
    "dist",
    ".circleci",
    "README.md",
    "src"
  ],
  "bin": {
    "foo": "bin/foo.js"
  },
  "config-overrides-path": "../cli/config-overrides",
  "scripts": {
    "build": "sketch build",
    "format": "prettier --trailing-comma es5 --write 'src/**/*.js'",
    "lint": "sketch lint src",
    "release": "standard-version",
    "test": "sketch test --env=node"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $GIT_PARAMS",
      "pre-commit": "lint-staged",
      "pre-push": "npm run lint && CI=true NODE_ENV=test npm run test"
    }
  },
  "lint-staged": {
    "*.js": [
      "npm run format",
      "git add"
    ]
  },
  "dependencies": {
    "commander": "^2.19.0"
  },
  "devDependencies": {
    "@36node/eslint-config": "^0.6.4",
    "@36node/sketch": "^0.15.7",
    "@commitlint/cli": "^7.5.2",
    "@commitlint/config-conventional": "^7.5.0",
    "@types/jest": "^24.0.12",
    "husky": "^1.3.1",
    "lint-staged": "^8.1.5",
    "prettier": "^1.18.2",
    "standard-version": "^6.0.1"
  },
  "gitHead": "4116403070b6f8a832c789dab6c213109d5c473d"
}
