{
  "name": "pkg-types",
  "version": "2.3.1",
  "description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
  "license": "MIT",
  "repository": "unjs/pkg-types",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "dependencies": {
    "confbox": "^0.2.4",
    "exsolve": "^1.0.8",
    "pathe": "^2.0.3"
  },
  "devDependencies": {
    "@types/node": "^25.2.3",
    "@typescript/native-preview": "latest",
    "@vitest/coverage-v8": "^4.0.18",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "eslint-config-unjs": "^0.6.2",
    "expect-type": "^1.3.0",
    "obuild": "^0.4.27",
    "oxfmt": "^0.32.0",
    "oxlint": "^1.47.0",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "scripts": {
    "build": "obuild",
    "dev": "vitest --typecheck",
    "lint": "oxlint && oxfmt --check .",
    "fmt": "automd && oxlint --fix . && oxfmt",
    "release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm typecheck",
    "typecheck": "tsgo --noEmit --skipLibCheck"
  }
}