{
  "type": "module",
  "name": "@dependable/tsx",
  "version": "0.6.1",
  "description": "Construct @dependable/view vdom using TypeScript TSX",
  "author": "Sune Simonsen",
  "license": "MIT",
  "module": "./dist/src/index.js",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "module": "./dist/src/index.js",
      "import": "./dist/src/index.js"
    },
    "./jsx-runtime": {
      "types": "./dist/src/runtime.d.ts",
      "import": "./dist/src/runtime.js",
      "module": "./dist/src/runtime.js"
    },
    "./jsx-dev-runtime": {
      "types": "./dist/src/runtime.d.ts",
      "import": "./dist/src/runtime.js",
      "module": "./dist/src/runtime.js"
    }
  },
  "types": "./dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "dependable",
    "view",
    "html",
    "typescript",
    "tsx"
  ],
  "scripts": {
    "format": "prettier --write '**/*.{ts,tsx,md,json}'",
    "lint": "prettier --check '**/*.{ts,tsx,md,json}'",
    "build": "tsc --build --clean && tsc --build",
    "preversion": "npm run lint && npm run test",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "bugs": "https://github.com/sunesimonsen/dependable-tsx/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/sunesimonsen/dependable-tsx"
  },
  "dependencies": {
    "@dependable/view": ">= 0.19"
  },
  "devDependencies": {
    "@jest/globals": "^30.0.0-beta.3",
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.0.0-beta.3",
    "prettier": "^3.5.3",
    "ts-jest": "^29.3.4",
    "typescript": "^4.7.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  }
}
