{
  "name": "@erickxavier/no-js",
  "version": "1.13.1",
  "description": "The HTML-first reactive framework — build dynamic web apps with just HTML attributes, no JavaScript required",
  "main": "dist/cjs/no.js",
  "module": "dist/esm/no.js",
  "browser": "dist/iife/no.js",
  "unpkg": "dist/iife/no.js",
  "jsdelivr": "dist/iife/no.js",
  "exports": {
    ".": {
      "import": "./dist/esm/no.js",
      "require": "./dist/cjs/no.js",
      "default": "./dist/cjs/no.js"
    }
  },
  "files": [
    "dist/",
    "src/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node build.js",
    "start": "node docs/dev-server.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:verbose": "jest --verbose",
    "test:e2e": "npx playwright test --config e2e/playwright.config.ts",
    "test:e2e:ui": "npx playwright test --config e2e/playwright.config.ts --ui",
    "test:e2e:headed": "npx playwright test --config e2e/playwright.config.ts --headed",
    "test:e2e:report": "npx playwright show-report e2e/playwright-report",
    "test:all": "npm test && npm run test:e2e",
    "bench": "jest --testMatch='**/__benchmarks__/**/*.test.js' --testPathIgnorePatterns='[]'",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "javascript",
    "declarative",
    "reactive",
    "nojs",
    "html-first",
    "no-build",
    "framework",
    "frontend",
    "zero-js",
    "data-binding"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ErickXavier/no-js.git"
  },
  "homepage": "https://github.com/ErickXavier/no-js#readme",
  "bugs": {
    "url": "https://github.com/ErickXavier/no-js/issues"
  },
  "author": "exs.dev",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "@playwright/test": "^1.58.2",
    "@testing-library/jest-dom": "^6.9.1",
    "babel-jest": "^30.2.0",
    "esbuild": "^0.27.3",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jsdom": "^28.1.0"
  }
}
