{
  "name": "bear-node-docker",
  "version": "2.2.8",
  "description": "Common tools build docker image for node project development",
  "keywords": [
    "reactjs",
    "nestjs",
    "docker"
  ],
  "author": "imagine10255",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/imagine10255/bear-node-docker.git"
  },
  "bin": "bin/cli.js",
  "files": [
    "dist",
    "bin",
    "config"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "run-s build:claer && tsc --project ./tsconfig.build.json",
    "build:claer": "rm -rf ./dist",
    "prepublishOnly": "run-s build",
    "test": "jest --coverage",
    "gitlog": "git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cblueby %an %Cgreen(%cr)%Creset'",
    "lint:fix": "eslint ./lib/*.ts --fix",
    "cz": "git cz",
    "release": "standard-version --release-as",
    "release:major": "standard-version -r major",
    "release:minor": "standard-version -r minor",
    "release:patch": "standard-version -r patch",
    "release:alpha": "standard-version --prerelease alpha"
  },
  "dependencies": {
    "ora": "5.x",
    "yargs": "17.x",
    "svg-parser": "2.x",
    "enquirer": "2.x"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/user-event": "^7.2.1",
    "@types/jest": "^27.4.0",
    "@types/node": "18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "@types/yargs": "17.0.10",
    "@types/cheerio": "^0.22.31",
    "@types/svg-parser": "^2.0.3",
    "babel-eslint": "^10.0.3",
    "cross-env": "^7.0.2",
    "cz-conventional-changelog": "3.3.0",
    "cz-customizable": "6.3.0",
    "eslint": "^8.8.0",
    "jest": "^27.4.7",
    "microbundle": "0.14.2",
    "nodemon": "^2.0.15",
    "npm-run-all": "^4.1.5",
    "standard-version": "9.5.0",
    "ts-jest": "^27.1.3",
    "ts-node": "10.8.1",
    "typescript": "4.7.4",
    "ora": "5.x",
    "yargs": "17.x",
    "svg-parser": "2.x",
    "enquirer": "2.x"
  },
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "extends": [
      "plugin:@typescript-eslint/recommended"
    ],
    "plugins": [
      "@typescript-eslint"
    ],
    "parserOptions": {
      "ecmaVersion": 7,
      "sourceType": "module"
    },
    "rules": {
      "quotes": [
        "warn",
        "single"
      ],
      "semi": [
        "warn",
        "always"
      ],
      "indent": [
        "warn",
        4
      ],
      "object-curly-spacing": [
        "warn",
        "never"
      ],
      "no-useless-escape": "off",
      "import/no-anonymous-default-export": "off",
      "react-hooks/exhaustive-deps": "off",
      "@typescript-eslint/no-unused-vars": "off",
      "no-mixed-operators": "off",
      "@typescript-eslint/ban-ts-comment": "off",
      "@typescript-eslint/no-explicit-any": "off",
      "@typescript-eslint/no-var-requires": "off"
    }
  }
}
