{
  "name": "@esconf/preset-mini",
  "version": "1.0.0",
  "license": "MIT",
  "type": "module",
  "author": {
    "name": "whitekite",
    "email": "1075790909@qq.com"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Colourlessglow/esconf.git",
    "directory": "packages/preset-mini"
  },
  "dependencies": {
    "confbox": "^0.2.2",
    "defu": "^6.1.4",
    "jiti": "^2.4.2",
    "pkg-types": "^2.1.0",
    "rc9": "^2.1.2",
    "@esconf/core": "1.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "automd && tsdown"
  }
}