{
  "name": "@websimai/shared-types",
  "version": "0.1.0",
  "description": "Shared types",
  "keywords": [
    "types",
    "typescript",
    "websim"
  ],
  "license": "MIT",
  "author": "gameroman",
  "repository": {
    "type": "git",
    "url": "https://github.com/websimnpm/websim.git",
    "directory": "packages/shared-types"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "bunx --bun tsdown",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "tsdown": "^0.21.4"
  }
}
