{
  "name": "@kitwork/kitjs",
  "version": "1.0.0",
  "description": "A CDN-first, no-build browser runtime for scoped reactive HTML and optional navigation continuity.",
  "license": "MIT",
  "author": "Huỳnh Nhân Quốc (https://github.com/huynhnhanquoc)",
  "homepage": "https://kitjs.org/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kitwork/kit.js.git"
  },
  "bugs": {
    "url": "https://github.com/kitwork/kit.js/issues"
  },
  "main": "./dist/kit.js",
  "browser": "./dist/kit.js",
  "unpkg": "./dist/kit.js",
  "jsdelivr": "./dist/kit.js",
  "exports": {
    ".": "./dist/kit.js",
    "./hydrate": "./dist/hydrate.kit.js",
    "./kit.js": "./dist/kit.js",
    "./hydrate.kit.js": "./dist/hydrate.kit.js",
    "./integrity.json": "./dist/integrity.json",
    "./package.json": "./package.json"
  },
  "files": [
    "dist/kit.js",
    "dist/hydrate.kit.js",
    "dist/integrity.json",
    "src",
    "scripts/build.mjs",
    "scripts/sync-dist.mjs",
    "scripts/verify-public-release.mjs",
    "examples/static-hydrate",
    "test",
    "bench",
    "BUILDING.md",
    "KITJS_SPEC.md",
    "RELEASE_READINESS.md",
    "ROADMAP.md",
    "README.md",
    "DOCS_VI.md",
    "STATIC_DEPLOYMENT.md",
    "SUPPORT.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node ./scripts/build.mjs",
    "sync:dist": "node ./scripts/sync-dist.mjs",
    "test:dist": "node --test ./test/dist-parity.test.mjs",
    "test:browser": "node --test --test-concurrency=1 ./test/browser-*.test.mjs",
    "test:browser:matrix": "node --test ./test/browser-matrix.test.mjs",
    "test:package": "node --test ./test/package-contract.test.mjs",
    "test:release": "node --test ./test/public-release-verifier.test.mjs",
    "pack:check": "npm run test:package",
    "bench": "node ./bench/run.mjs",
    "bench:smoke": "node ./bench/run.mjs --smoke --output=.bench-results/smoke.json",
    "test": "npm run test:dist && npm run test:browser && npm run test:release && npm run bench:smoke && npm run pack:check"
  },
  "devDependencies": {
    "playwright": "1.62.1"
  },
  "sideEffects": true,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "tag": "latest"
  },
  "keywords": [
    "kit.js",
    "kitjs",
    "javascript",
    "html",
    "reactive",
    "scope",
    "directives",
    "components",
    "hydration",
    "morph",
    "navigation",
    "no-build",
    "browser"
  ]
}
