{
  "name": "rc9",
  "version": "3.1.0",
  "description": "Read/Write config couldn't be easier!",
  "license": "MIT",
  "repository": "unjs/rc9",
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "scripts": {
    "build": "obuild",
    "dev": "vitest",
    "lint": "oxlint . && oxfmt --check src test",
    "format": "oxlint . --fix && oxfmt src test",
    "release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
    "test": "pnpm lint && pnpm typecheck && vitest run --coverage",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "defu": "^6.1.7",
    "destr": "^2.0.5"
  },
  "devDependencies": {
    "@types/node": "^26",
    "@vitest/coverage-v8": "^4.1.11",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "flat": "^6.0.1",
    "obuild": "^0.4.39",
    "oxfmt": ">=0.65.0",
    "oxlint": "^1.81.0",
    "typescript": "^7",
    "vitest": "^4.1.11"
  },
  "p2ackageManager": "pnpm@11.22.0"
}
