{
  "name": "define-config-ts",
  "type": "module",
  "version": "0.2.0",
  "description": "Define and load *.config.ts",
  "author": {
    "name": "YunYouJun",
    "email": "me@yunyoujun.cn"
  },
  "license": "MIT",
  "funding": "https://github.com/sponsors/YunYouJun",
  "homepage": "https://github.com/YunYouJun/define-config-ts#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YunYouJun/define-config-ts.git"
  },
  "bugs": "https://github.com/YunYouJun/define-config-ts/issues",
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "peerDependencies": {
    "jiti": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "jiti": {
      "optional": true
    }
  },
  "dependencies": {},
  "devDependencies": {
    "@antfu/eslint-config": "^7.7.3",
    "@antfu/ni": "^30.0.0",
    "@types/node": "^24.12.0",
    "bumpp": "^11.0.1",
    "eslint": "^10.1.0",
    "lint-staged": "^16.4.0",
    "simple-git-hooks": "^2.13.1",
    "tinyexec": "^1.0.4",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vite": "^8.0.3",
    "vitest": "^4.1.2",
    "vitest-package-exports": "^1.2.0",
    "yaml": "^2.8.3"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint",
    "release": "bumpp && pnpm publish",
    "start": "tsx src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  }
}