{
  "name": "@jay-framework/runtime",
  "version": "0.19.6",
  "type": "module",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "files": [
    "dist",
    "docs",
    "readme.md"
  ],
  "scripts": {
    "build": "npm run build:js && npm run build:types && npm run build:fix-dts",
    "build:watch": "npm run build:js -- --watch & npm run build:types -- --watch & npm run build:watch:fix-dts",
    "build:js": "vite build",
    "build:types": "tsup lib/index.ts --dts-only --format esm",
    "build:check-types": "tsc",
    "build:fix-dts": "node scripts/fix-dts.js",
    "build:watch:fix-dts": "nodemon --watch dist -e d.ts -x \"npm run build:fix-dts\"",
    "clean": "rimraf dist",
    "confirm": "npm run clean && npm run build && npm run build:check-types && npm run test",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@jay-framework/list-compare": "^0.19.6",
    "@jay-framework/reactive": "^0.19.6"
  },
  "devDependencies": {
    "@jay-framework/dev-environment": "^0.19.6",
    "@testing-library/jest-dom": "^6.2.0",
    "@types/jsdom": "^21.1.6",
    "@types/node": "^20.11.5",
    "jsdom": "^23.2.0",
    "nodemon": "^3.0.3",
    "replace-in-file": "^7.1.0",
    "rimraf": "^5.0.5",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3",
    "vite": "^5.0.11",
    "vitest": "^1.2.1"
  }
}