{
  "name": "unstyled-web-components",
  "version": "0.0.27",
  "main": "build/index.js",
  "repository": {
    "url": "https://gitlab.com/hesxenon/unstyled-web-components/-/tree/main",
    "type": "git"
  },
  "devDependencies": {
    "@types/bun": "^1.0.4",
    "concurrently": "^8.2.2",
    "esbuild": "^0.21.3",
    "puppeteer": "^22.9.0",
    "tsx-to-html": "^0.0.18",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "scripts": {
    "start": "concurrently -kr 'bun serve' 'bun typecheck:watch'",
    "bundle": "bun esbuild.js",
    "build": "tsc",
    "serve": "bun bundle --serve",
    "typecheck": "tsc --noEmit",
    "typecheck:watch": "bun typecheck -w --preserveWatchOutput",
    "prepack": "bun run build && bun bundle",
    "postversion": "git tag $npm_package_version"
  },
  "type": "module"
}
