{
  "name": "create-sfa",
  "version": "0.1.12",
  "description": "sfajs 快速开始脚手架工具，由 @sfajs/cli 自动生成",
  "homepage": "https://github.com/sfajs/cli",
  "repository": { "type": "git", "url": "https://github.com/sfajs/cli" },
  "keywords": ["sfa", "sfajs"],
  "bugs": {
    "url": "https://github.com/sfajs/cli/issues",
    "email": "support@hal.wang"
  },
  "main": "dist/index.js",
  "scripts": {
    "build": "sh scripts/build.sh",
    "publish:beta": "npm run build && npm publish --tag=beta --access=public",
    "test": "npm run build && jest",
    "tests": "sh scripts/tests.sh",
    "lint": "eslint src --ext .ts",
    "dev": "npm run build && npm uninstall @sfajs/cli -g && npm link"
  },
  "author": "hal-wang",
  "license": "MIT",
  "dependencies": {
    "@sfajs/cli-common": "^0.2.7",
    "@sfajs/core": "^1.6.0",
    "@sfajs/inject": "^1.1.4",
    "@sfajs/pipe": "^1.3.1",
    "chalk": "^4.1.2",
    "child_process": "^1.0.2",
    "chokidar": "^3.5.3",
    "commander": "^9.3.0",
    "figlet": "^1.5.2",
    "ignore-walk": "^5.0.1",
    "inquirer": "^8.2.4",
    "lodash": "^4.17.21",
    "npm-check-updates": "^14.1.1",
    "ora": "5.4.1",
    "prettier": "^2.7.1",
    "reflect-metadata": "^0.1.13",
    "shelljs": "^0.8.5",
    "tree-kill": "^1.2.2",
    "ts-node": "^10.8.2",
    "typescript": "^4.7.4",
    "@sfajs/cli": "0.1.12"
  },
  "devDependencies": {
    "@types/figlet": "^1.5.4",
    "@types/ignore-walk": "^4.0.0",
    "@types/inquirer": "^8.2.1",
    "@types/jest": "^28.1.4",
    "@types/lodash": "^4.14.182",
    "@types/node": "^18.0.3",
    "@types/shelljs": "^0.8.11",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "codecov": "^3.8.3",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^28.1.2",
    "ts-jest": "^28.0.5"
  },
  "peerDependencies": {
    "@sfajs/cli-common": "0.2.x",
    "@sfajs/core": "~1",
    "@sfajs/inject": "~1",
    "@sfajs/pipe": "~1",
    "ts-node": ">=9.0.0"
  },
  "peerDependenciesMeta": {
    "@sfajs/core": { "optional": true },
    "@sfajs/inject": { "optional": true },
    "@sfajs/pipe": { "optional": true },
    "ts-node": { "optional": true },
    "@sfajs/cli-common": { "optional": true }
  },
  "bin": { "sfa": "bin/index.js", "create-sfa": "bin/create-sfa.js" },
  "files": [
    "/.github/*",
    "/bin/*",
    "/dist/*",
    "/env/*",
    "/scripts/*",
    "/src/*",
    "/template/*",
    "/test/*",
    ".eslintignore",
    ".eslintrc.js",
    ".gitignore",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "jest.config.js",
    "LICENSE",
    "package.json",
    "README.md",
    "tsconfig.base.json",
    "tsconfig.json"
  ]
}
