{
  "name": "@vitus-labs/tools-core",
  "version": "2.5.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vitus-labs/tools",
    "directory": "packages/core"
  },
  "author": "Vit Bokisch <vit@bokisch.com>",
  "maintainers": [
    "Vit Bokisch <vit@bokisch.com>"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "import": "./lib/index.js"
    }
  },
  "engines": {
    "node": ">= 22"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib/"
  ],
  "scripts": {
    "prepublish": "bun run build",
    "build": "tsc",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/node": "^25.8.0",
    "@vitus-labs/tools-typescript": "^2.3.0",
    "typescript": "^6.0.3"
  }
}
