{
  "name": "@ones-open/cli-plugin",
  "version": "2.1.3",
  "description": "ONES Open platform CLI (aka. OP CLI)",
  "type": "module",
  "bin": {
    "op": "bin/index.es.js"
  },
  "module": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=16.13.0"
  },
  "keywords": [
    "ones"
  ],
  "author": {
    "name": "htmlin",
    "email": "linhuangdong@ones.ai",
    "url": "https://www.yuque.com/htmlin"
  },
  "contributors": [
    {
      "name": "jeff",
      "email": "laijiehui@ones.ai"
    }
  ],
  "license": "GPL-3.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "tsc && tsc-alias",
    "build-bin": "rollup -c rollup.config.mjs",
    "build-lib": "vite build",
    "build-bin:dev": "rollup -c rollup.config.mjs --environment development",
    "build-lib:dev": "vite build --mode development",
    "build": "rimraf dist && run-s test build-lib build-bin",
    "build:dev": "rimraf dist && run-s test build-lib:dev build-bin:dev"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.22.15",
    "@ones-open/cli-utils": "^2.1.2",
    "@ones-open/config": "^2.1.1",
    "@ones-open/utils": "^2.1.1",
    "@rollup/plugin-commonjs": "~22.0.1",
    "@rollup/plugin-json": "~4.1.0",
    "@rollup/plugin-node-resolve": "~13.3.0",
    "@senojs/lodash": "^1.0.2",
    "@types/listr": "^0.14.4",
    "boxen": "7.1.0",
    "chalk": "^5.0.1",
    "commander": "~9.4.0",
    "copy-webpack-plugin": "~11.0.0",
    "enquirer": "^2.4.0",
    "execa": "^6.1.0",
    "fs-extra": "~10.1.0",
    "html-webpack-plugin": "~5.5.0",
    "inquirer": "~9.0.2",
    "js-yaml": "~4.1.0",
    "listr": "^0.14.3",
    "mini-css-extract-plugin": "~2.6.1",
    "nanoid": "~4.0.0",
    "rollup": "~2.77.2",
    "rollup-plugin-typescript2": "~0.32.1",
    "tar": "^6.1.11",
    "webpack": "~5.74.0",
    "webpack-dev-server": "~4.10.0",
    "winston": "~3.8.2"
  },
  "optionalDependencies": {
    "@ones-open/cli-ability-template": "^2.1.2",
    "@ones-open/cli-plugin-template": "^2.1.3"
  },
  "devDependencies": {
    "@types/tar": "^6.1.1"
  },
  "gitHead": "30758064bba2e9d653253e3c7daf76f85c6bfa10"
}
