{
  "name": "@cliz/cli",
  "version": "1.0.28",
  "description": "CLIZ Command CLI, 约定大于配置，inspired by oclif",
  "keywords": [
    "cliz",
    "cli"
  ],
  "author": "zero <tobewhatwewant@gmail.com>",
  "homepage": "https://github.com/koexjs/koex#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "cliz": "lib/cli.js"
  },
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "jest": {
    "roots": [
      "__tests__"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$",
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx}"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 0,
        "functions": 0,
        "lines": 0,
        "statements": 0
      }
    },
    "preset": "ts-jest"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koexjs/koex.git"
  },
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.build.json && npm run copy",
    "clean": "rm -rf lib",
    "test": "jest -w 1",
    "coverage": "codecov",
    "pkg": "rm -rf pkg && yarn build && koex pkg",
    "cli": "node lib/cli.js",
    "copy": "cp config/index.d.ts lib/index.d.ts"
  },
  "bugs": {
    "url": "https://github.com/koexjs/koex/issues"
  },
  "dependencies": {
    "@cliz/core": "^1.0.23"
  },
  "cliz": {
    "name": "cliz"
  },
  "gitHead": "f4db9517141d41c206bdc1a4841bc224c31544fb"
}
