{
  "name": "htl",
  "description": "Hypertext Literal",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/observablehq/htl.git"
  },
  "version": "1.0.0",
  "type": "module",
  "sideEffects": false,
  "scripts": {
    "lint": "tsc --noEmit && eslint src test",
    "test": "vitest",
    "prepublishOnly": "rm -rf dist && tsc"
  },
  "files": [
    "dist"
  ],
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "^10.4.0",
    "globals": "^17.6.0",
    "jsdom": "^29.0.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.35.0",
    "vitest": "^4.1.7"
  },
  "engines": {
    "node": ">=12"
  }
}
