{
  "name": "@empjs/cli",
  "version": "4.0.0",
  "description": "emp",
  "license": "MIT",
  "type": "module",
  "files": [
    "dist",
    "bin",
    "resource",
    "template",
    "types",
    "tsconfig"
  ],
  "maintainers": [
    "xuhongbin",
    "ckken",
    "doerme"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/empjs/emp.git",
    "directory": "packages/cli"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "rspack",
    "rust",
    "typescript"
  ],
  "bin": {
    "emp": "./bin/emp.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./emp-tsconfig.json": {
      "default": "./tsconfig/react.json"
    },
    "./tsconfig/base": {
      "default": "./tsconfig/base.json"
    },
    "./tsconfig/react": {
      "default": "./tsconfig/react.json"
    },
    "./tsconfig/vue": {
      "default": "./tsconfig/vue.json"
    },
    "./client": {
      "types": "./types/react/index.d.ts",
      "default": "./types/react/index.d.ts"
    },
    "./types/base": {
      "types": "./types/base/index.d.ts",
      "default": "./types/base/index.d.ts"
    },
    "./types/vue": {
      "types": "./types/vue/index.d.ts",
      "default": "./types/vue/index.d.ts"
    },
    "./types/react": {
      "types": "./types/react/index.d.ts",
      "default": "./types/react/index.d.ts"
    }
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "author": "Ken",
  "devDependencies": {
    "@rstest/core": "0.11.1",
    "@types/compression": "^1.7.2",
    "@types/connect": "^3.4.38",
    "@types/cors": "^2.8.12",
    "@types/default-gateway": "^7.2.1",
    "@types/fs-extra": "^11.0.4",
    "@types/react": "^18.3.2",
    "@types/serve-static": "^1.15.8",
    "@types/watchpack": "^2.4.3",
    "@types/webpack": "^5.28.4",
    "@types/webpack-bundle-analyzer": "^4.6.2",
    "@types/webpack-sources": "^3.2.2",
    "@vue/tsconfig": "^0.9.1",
    "chokidar": "^4.0.3",
    "vue": "^3.5.21"
  },
  "dependencies": {
    "@rsdoctor/rspack-plugin": "1.5.18",
    "@rspack/core": "2.1.4",
    "@rspack/dev-server": "^2.1.0",
    "@swc/helpers": "^0.5.23",
    "address": "^2.0.2",
    "chalk": "^5.3.0",
    "commander": "11.1.0",
    "compression": "1.8.1",
    "connect": "3.7.0",
    "core-js": "^3.41.0",
    "cors": "2.8.6",
    "default-gateway": "7.2.2",
    "fs-extra": "11.3.6",
    "glob": "11.0.3",
    "gzip-size": "7.0.0",
    "html-webpack-plugin": "5.6.7",
    "http-proxy-middleware": "^3.0.5",
    "jiti": "2.6.1",
    "less-loader": "^12.2.0",
    "open": "10.2.0",
    "sass-embedded": "1.93.2",
    "sass-loader": "17.0.0",
    "serve-static": "2.2.0",
    "ts-checker-rspack-plugin": "^1.5.2",
    "typescript-plugin-css-modules": "5.2.0",
    "webpack-bundle-analyzer": "4.10.2",
    "@empjs/chain": "4.0.0"
  },
  "scripts": {
    "dev": "rslib build --watch --env-mode development",
    "build": "rslib build --env-mode production",
    "dev-rs": "pnpm run dev",
    "build-rs": "pnpm run build",
    "test": "node test/rslib-node-target.test.mjs && node test/cli-options.test.mjs && node test/config-file-discovery.test.mjs && node test/build-watch-shape.test.mjs && node test/lifecycle-order.test.mjs && pnpm run build && node test/cli-help.test.mjs && node test/rspack2-features-shape.test.mjs && node test/rspack-config-shape.test.mjs && node test/rsdoctor-plugin-shape.test.mjs",
    "test:real": "pnpm run build && rstest run",
    "test:real:create": "rstest run test/agent-create-intent.test.ts test/agent-create-planner.test.ts test/agent-create-generator.test.ts test/agent-create-verify.test.ts test/agent-create-executor.test.ts test/agent-create-fix.test.ts test/cli-create-help.test.ts",
    "test:real:create-help": "rstest run test/cli-create-help.test.ts",
    "test:real:executor": "rstest run test/agent-create-executor.test.ts",
    "test:real:fix": "rstest run test/agent-create-fix.test.ts",
    "test:real:generator": "rstest run test/agent-create-generator.test.ts",
    "test:real:intent": "rstest run test/agent-create-intent.test.ts",
    "test:real:planner": "rstest run test/agent-create-planner.test.ts",
    "test:real:verify": "rstest run test/agent-create-verify.test.ts",
    "ph": "pnpm publish --no-git-checks"
  }
}