{
    "name": "starfall-cli",
    "version": "2.0.24",
    "description": "Starfall CLI - Building Your Components Easier and Faster",
    "main": "./lib/cli.js",
    "bin": {
        "sf": "./lib/cli.js"
    },
    "scripts": {
        "test": "mocha",
        "lint": "npx eslint -c eslint.config.js --fix --color",
        "build": "sf pack -o lib/start/www",
        "patch": "npm run test && sf publish patch -r"
    },
    "workspaces": [
        "packages/*",
        "lib/init/template"
    ],
    "keywords": [
        "sf",
        "cli"
    ],
    "license": "MIT",
    "dependencies": {
        "@babel/core": "^7.29.0",
        "@babel/preset-env": "^7.29.0",
        "@babel/preset-react": "^7.28.5",
        "@babel/preset-typescript": "^7.28.5",
        "@babel/runtime": "^7.28.6",
        "@koa/router": "^15.3.1",
        "archiver": "^7.0.1",
        "assert": "^2.1.0",
        "axios": "^1.13.6",
        "babel-loader": "^10.0.0",
        "babel-plugin-istanbul": "^7.0.1",
        "chokidar": "^5.0.0",
        "commander": "^14.0.3",
        "commander-help": "^1.0.1",
        "console-grid": "^2.2.3",
        "css-loader": "^7.1.4",
        "css-minimizer-webpack-plugin": "^7.0.4",
        "eight-colors": "^1.3.1",
        "esbuild": "^0.27.3",
        "esbuild-metadata-report": "^1.0.3",
        "eslint": "^10.0.2",
        "eslint-config-plus": "^2.0.4",
        "eslint-plugin-html": "^8.1.4",
        "flatdep": "^1.1.10",
        "gauge": "^5.0.2",
        "glob": "^13.0.6",
        "http-proxy-middleware": "^3.0.5",
        "ignore": "^7.0.5",
        "inquirer": "^13.3.0",
        "koa": "^3.1.2",
        "koa-bodyparser": "^4.4.1",
        "koa-connect": "^2.1.1",
        "koa-static-resolver": "^1.0.6",
        "lightningcss": "^1.31.1",
        "marked": "^17.0.3",
        "mini-css-extract-plugin": "^2.10.0",
        "mocha": "^11.7.5",
        "monocart-coverage-reports": "^2.12.9",
        "mouse-helper": "^1.0.7",
        "multi-process-worker": "^2.0.7",
        "nmls": "^4.0.3",
        "open": "^11.0.0",
        "playwright": "^1.58.2",
        "process": "^0.11.10",
        "rc": "^1.2.8",
        "sass": "^1.97.3",
        "sass-loader": "^16.0.7",
        "semver": "^7.7.4",
        "shelljs": "^0.10.0",
        "socket-livereload": "^2.0.0",
        "socket.io": "^4.8.3",
        "style-loader": "^4.0.0",
        "stylelint": "^17.4.0",
        "stylelint-config-plus": "^1.1.4",
        "terser": "^5.46.0",
        "turbogrid": "^3.2.1",
        "vue": "^3.5.29",
        "vue-loader": "^17.4.2",
        "webpack": "^5.105.3",
        "webpack-cli": "^6.0.1",
        "webpack-stats-report": "^2.0.6"
    }
}
