{
  "name": "@standardserver/shared",
  "type": "module",
  "version": "0.8.3",
  "description": "Internal types and utilities shared across the Standard Server ecosystem",
  "license": "MIT",
  "funding": [
    "https://github.com/sponsors/dinwwwh",
    "https://opencollective.com/middleapi"
  ],
  "homepage": "https://standardserver.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/middleapi/standardserver.git",
    "directory": "packages/shared"
  },
  "keywords": [
    "standardserver",
    "utils",
    "utilities",
    "internal",
    "typescript"
  ],
  "sideEffects": false,
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "type:check": "tsc -b"
  }
}