{
  "name": "@hedystia/validations",
  "version": "2.4.0",
  "description": "Next-gen TypeScript framework for building type-safe APIs at lightspeed",
  "homepage": "https://docs.hedystia.com/validations/start",
  "devDependencies": {
    "@types/bun": "1.3.14",
    "typescript": "6.0.2"
  },
  "dependencies": {
    "@standard-schema/spec": "1.1.0"
  },
  "private": false,
  "keywords": [
    "hedystia",
    "framework",
    "typescript",
    "api",
    "type-safe",
    "bun",
    "server",
    "backend",
    "web"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Hedystia/Hedystia"
  },
  "author": {
    "name": "Zastinian",
    "email": "contact@zastinian.com",
    "url": "https://github.com/Zastinian"
  },
  "type": "commonjs",
  "types": "./dist/index.d.cts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.cts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "tsdown --config-loader unrun",
    "dev": "tsdown --watch"
  }
}