{
  "name": "@kdh/cli",
  "version": "3.0.38",
  "description": "OS.js v3 CLI",
  "main": "index.ts",
  "files": [
    "CHANGELOG.md",
    "README.md",
    "LICENSE",
    "dist",
    "bin",
    "src/templates"
  ],
  "scripts": {
    "test": "npm run jest",
    "jest": "ls",
    "build": "webpack",
    "server": "ts-node bin/cli.ts",
    "make:application": "./bin/cli.js make:application",
    "fix": "eslint index.ts bin/*.ts src/tasks/**/*.ts src/templates/vueapplication/**/*.ts --fix",
    "eslint": "eslint index.ts 'bin/*.ts' src/tasks/**/*.ts src/templates/vueapplication/**/*.ts",
    "prepublishOnly": "npm run test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kongdehua/osjs-cli.git"
  },
  "keywords": [
    "osjs"
  ],
  "bin": {
    "kdh-cli": "bin/cli.js"
  },
  "engines": {
    "node": ">=8.0"
  },
  "dependencies": {
    "@types/globby": "^9.1.0",
    "@types/inquirer": "^6.5.0",
    "@typescript-eslint/eslint-plugin": "^2.19.2",
    "@typescript-eslint/parser": "^2.19.2",
    "babel-eslint": "^10.0.3",
    "commander": "^4.1.0",
    "consola": "^2.11.3",
    "dts-gen": "^0.6.0",
    "enquirer": "^2.3.4",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-jsx-control-statements": "^2.2.1",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.18.3",
    "fs-extra": "^8.1.0",
    "getopts": "^2.2.5",
    "globby": "^11.0.0",
    "inquirer": "^6.3.1",
    "jsdom": "^16.1.0",
    "temp": "^0.9.1",
    "typescript": "^3.7.5",
    "unixify": "^1.0.0",
    "which": "^2.0.2"
  },
  "devDependencies": {
    "@osjs/eslint-config": "^1.0.2",
    "@types/consola": "^2.2.5",
    "@types/fs-extra": "^8.0.1",
    "@types/jest": "^25.1.1",
    "@types/node": "^12.12.24",
    "@types/webpack-env": "^1.15.1",
    "babel-loader": "^8.0.6",
    "clean-webpack-plugin": "^3.0.0",
    "eslint": "^6.8.0",
    "jest": "^25.1.0",
    "nodemon-webpack-plugin": "^4.2.2",
    "prettier": "^1.19.1",
    "source-map-loader": "^0.2.4",
    "ts-loader": "^6.2.1",
    "ts-node-dev": "^1.0.0-pre.44",
    "tslint": "^5.20.1",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.7.4",
    "typescript-eslint-parser": "^22.0.0",
    "webpack": "^4.41.5",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-cli": "^3.3.10"
  },
  "author": "Anders Evenrud <andersevenrud@gmail.com>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/os-js/osjs-cli/issues"
  },
  "homepage": "https://github.com/os-js/osjs-cli#readme",
  "jest": {
    "collectCoverage": true,
    "coverageReporters": [
      "lcov"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/__mocks__/setup.js"
    ],
    "coveragePathIgnorePatterns": [
      "src/tasks/watch.js",
      "/node_modules/"
    ]
  }
}
