{
  "name": "@empjs/chain",
  "version": "4.0.1",
  "description": "emp chain",
  "license": "MIT",
  "type": "module",
  "files": [
    "dist"
  ],
  "maintainers": [
    "xuhongbin",
    "ckken"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/empjs/emp.git",
    "directory": "packages/emp-chain"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "webpack",
    "config",
    "chain",
    "fluent",
    "api"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "author": "Ken",
  "dependencies": {
    "deepmerge": "^1.5.2",
    "javascript-stringify": "^2.0.1"
  },
  "scripts": {
    "build": "rslib build --env-mode production",
    "dev": "rslib build --watch --env-mode development",
    "test": "pnpm run build && node test/plugin-metadata.test.mjs"
  }
}