{
  "name": "@lcap/cli",
  "version": "2.5.15",
  "description": "utils for lcap",
  "author": "sufangzhou",
  "license": "MIT",
  "main": "out/index.js",
  "types": "out/index.d.ts",
  "bin": {
    "lcap2": "./bin/index.js"
  },
  "files": [
    "package.json",
    "README.md",
    "out",
    "bin"
  ],
  "keywords": [
    "cli",
    "lcap",
    "publish",
    "popo"
  ],
  "scripts": {
    "clear": "rimraf ./dist",
    "build": "pnpm run clear && tsc -p ./tsconfig.build.json",
    "watch": "pnpm run clear && tsc -p . -w",
    "release:beta": "pnpm run build && pnpm publish --tag beta --access public --no-git-checks",
    "release": "pnpm run build && pnpm publish --tag latest --access public",
    "lint": "eslint --quiet --no-error-on-unmatched-pattern src/**/*.{ts,js}",
    "lint:fix": "eslint --quiet --no-error-on-unmatched-pattern --fix src/**/*.{ts,js}"
  },
  "devDependencies": {
    "@lcap/nasl-tsconfig": "workspace:^*",
    "@types/mime": "3.0.1",
    "@types/node": "16.18.44",
    "@types/recursive-readdir": "2.2.1",
    "@types/yargs": "17.0.24",
    "rimraf": "5.0.5",
    "typescript": "5.4.4"
  },
  "dependencies": {
    "@gitbeaker/rest": "40.0.3",
    "@types/lodash": "4.17.15",
    "axios": "1.6.2",
    "chalk": "4.1.2",
    "glob": "10",
    "lodash": "4.17.21",
    "mime": "3.0.0",
    "minio": "7.1.3",
    "ora": "5.4.1",
    "pino": "8.15.0",
    "pino-pretty": "10.2.0",
    "recursive-readdir": "2.2.3",
    "tslib": "2.6.2",
    "undici": "6.21.0",
    "yargs": "17.7.2"
  }
}
