{
  "name": "webjsx",
  "version": "0.0.73",
  "main": "./dist/index.js",
  "type": "module",
  "author": "Jeswin Kumar<jeswinpk@agilehead.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/webjsx/webjsx"
  },
  "exports": {
    ".": "./dist/index.js",
    "./jsx-runtime": "./dist/jsx-runtime.js",
    "./jsx-dev-runtime": "./dist/jsx-dev-runtime.js"
  },
  "devDependencies": {
    "@eslint/js": "^9.31.0",
    "@types/chai": "^5.2.2",
    "@types/jsdom": "^21.1.7",
    "@types/mocha": "^10.0.10",
    "@types/source-map-support": "^0.5.10",
    "chai": "^5.2.1",
    "eslint": "^9.31.0",
    "globals": "^16.3.0",
    "jsdom": "^26.1.0",
    "mocha": "^11.7.1",
    "source-map-support": "^0.5.21",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.38.0"
  },
  "scripts": {
    "clean": "rm -rf ./dist",
    "build": "npm run clean && npx tsc",
    "build-dev": "npx tsc",
    "test": "npm run build && npx mocha \"dist/test/**/*.test.js\"",
    "test:grep": "npm run build && npx mocha \"dist/test/**/*.test.js\" --grep"
  },
  "license": "MIT"
}
