{
  "name": "htmxx",
  "version": "5.1.5",
  "description": "Full but minimalist responsive webapp framework with no client-side Javascript",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/stukennedy/htmxx.git"
  },
  "scripts": {
    "test": "cross-env NODE_ENV=test jest --testTimeout=10000",
    "build": "npx tsc",
    "start": "node lib/index.js"
  },
  "keywords": [
    "htmx",
    "hyperscript",
    "mvc",
    "full-stack",
    "framework",
    "node"
  ],
  "author": "Stu Kennedy",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.20.0",
    "compression": "^1.7.4",
    "express": "^4.18.1",
    "express-ws": "^5.0.2"
  },
  "devDependencies": {
    "@types/body-parser": "^1.19.2",
    "@types/chance": "^1.1.3",
    "@types/compression": "^1.7.2",
    "@types/express": "^4.17.14",
    "@types/express-ws": "^3.0.1",
    "@types/node": "^18.7.18",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.38.1",
    "@typescript-eslint/parser": "^5.38.1",
    "chance": "^1.1.8",
    "concurrently": "^7.4.0",
    "cross-env": "^7.0.3",
    "dayjs": "^1.11.5",
    "eslint": "^8.24.0",
    "eslint-plugin-html": "^7.1.0",
    "jest": "^29.0.3",
    "nodemon": "^2.0.20",
    "supertest": "^6.2.4",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3",
    "uuid": "^9.0.0"
  },
  "jest": {
    "testEnvironment": "node",
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ]
  }
}
