{
  "name": "@lufrai/datastar",
  "author": "Delaney Gillilan",
  "description": "The hypermedia framework.",
  "version": "1.0.0-RC.4",
  "license": "MIT",
  "private": false,
  "homepage": "https://data-star.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/starfederation/datastar.git"
  },
  "bugs": {
    "url": "https://github.com/starfederation/datastar/issues"
  },
  "files": [
    "dist"
  ],
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./plugins": {
      "import": "./dist/plugins/index.js",
      "types": "./dist/plugins/index.d.ts"
    },
    "./types": {
      "import": "./dist/engine/types.js",
      "types": "./dist/engine/types.d.ts"
    },
    "./bundles/*": {
      "import": "./dist/bundles/*.js",
      "types": "./dist/bundles/*.d.ts"
    }
  },
  "devDependencies": {
    "typescript": "^5.6.3"
  },
  "scripts": {
    "build": "tsc"
  }
}