{
  "name": "@standardserver/shared",
  "type": "module",
  "version": "0.8.0",
  "license": "MIT",
  "homepage": "https://standardserver.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/middleapi/standardserver.git",
    "directory": "packages/shared"
  },
  "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"
  }
}