{
  "name": "pkg-types",
  "version": "2.3.3",
  "description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "unjs/pkg-types"
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "dependencies": {
    "confbox": "^0.3.1",
    "exsolve": "^1.1.1",
    "pathe": "^2.0.3"
  },
  "devDependencies": {
    "@types/node": "^26",
    "@vitest/coverage-v8": "^5.0.0",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "eslint-config-unjs": "^0.6.2",
    "expect-type": "^1.4.0",
    "obuild": "^0.4.39",
    "oxfmt": ">=0.65.0",
    "oxlint": "^1.81.0",
    "prettier": "^3.9.6",
    "typescript": "^7",
    "vitest": "^5.0.0"
  },
  "scripts": {
    "build": "obuild",
    "dev": "vitest --typecheck",
    "lint": "oxlint && oxfmt --check .",
    "fmt": "automd && oxlint --fix . && oxfmt",
    "release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm typecheck",
    "typecheck": "tsc --noEmit --skipLibCheck"
  }
}