{
  "name": "@luban-cli/cli-shared-types",
  "version": "2.0.5",
  "description": "some shared definition types for luban-cli",
  "keywords": [
    "types",
    "luban"
  ],
  "author": "front-end-captain <18810940932@163.com>",
  "homepage": "https://github.com/leapFE/luban/blob/master/packages/%40luban/cli-shared-types/README.md",
  "license": "MIT",
  "types": "dist/**/*.d.ts",
  "directories": {
    "src": "src",
    "test": "__tests__"
  },
  "files": [
    "shared",
    "cli"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leapFE/luban.git"
  },
  "scripts": {
    "build": "tsc --pretty",
    "prepublishOnly": "yarn run build",
    "check:type": "tsc --noEmit --project tsconfig.checktype.json"
  },
  "bugs": {
    "url": "https://github.com/leapFE/luban/issues"
  },
  "engines": {
    "node": ">=10"
  },
  "devDependencies": {
    "execa": "4.0.0"
  },
  "gitHead": "2307292d614f077b225dbac0405d75c6950d00f9"
}
