{
  "name": "@neosjs/cli",
  "version": "1.0.3",
  "description": "Neos(奈欧斯)是一个帮助开发者快速地创建 Vue3 应用并自动配置项目编译的脚手架",
  "license": "MIT",
  "homepage": "https://docs.neosjs.com/cli/",
  "bin": {
    "neos": "bin/neos.js"
  },
  "directories": {
    "bin": "bin",
    "lib": "lib"
  },
  "files": [
    "bin",
    "lib"
  ],
  "keywords": [
    "Neos",
    "NeosJS",
    "cli",
    "vue3"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint:eslint": "eslint \"src/**/*.{ts,tsx,js}\" --fix",
    "lint:prettier": "prettier --write .",
    "clean": "rimraf lib",
    "build": "npm run clean && BABEL_ENV=cli babel src --out-dir lib --ignore src/create/template/ && cp-cli src/create/template/ lib/create/template/"
  },
  "dependencies": {
    "address": "^1.1.2",
    "babel-preset-minify": "^0.5.1",
    "boxen": "5.1.2",
    "chalk": "^4.0.0",
    "commander": "^10.0.0",
    "cp-cli": "^2.0.0",
    "default-gateway": "^5.0.5",
    "didyoumean": "^1.2.1",
    "ejs": "^3.0.1",
    "envinfo": "^7.5.0",
    "execa": "^3.4.0",
    "express": "^4.17.1",
    "fs-extra": "^8.1.0",
    "fsevents": "^2.1.3",
    "globby": "^10.0.1",
    "gradient-string": "^2.0.2",
    "inquirer": "^7.0.0",
    "isbinaryfile": "^4.0.2",
    "minimist": "^1.2.5",
    "rimraf": "^3.0.0",
    "open": "^7.0.0",
    "ora": "^4.0.3",
    "portfinder": "^1.0.25",
    "prettier": "^2.8.3",
    "prompts": "^2.4.2",
    "readline": "^1.3.0",
    "semver": "^6.3.0",
    "slash": "^3.0.0",
    "string.prototype.padstart": "^3.0.0",
    "typescript": "^4.9.4",
    "uglify-js": "^3.7.0",
    "urlencode": "^1.1.0",
    "valid-url": "^1.0.9",
    "validate-npm-package-name": "^3.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.5",
    "@babel/core": "^7.7.5",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/plugin-transform-arrow-functions": "^7.7.4",
    "@babel/plugin-transform-runtime": "^7.7.6",
    "@babel/preset-env": "^7.7.6",
    "@babel/runtime": "^ 7.9.6",
    "@rushstack/eslint-patch": "^1.2.0",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "@typescript-eslint/parser": "^5.33.0",
    "eslint": "^8.22.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0"
  },
  "engines": {
    "node": ">= 12.16.1",
    "npm": ">= 6.0.0"
  }
}
