{
  "name": "express-htmx-components",
  "version": "1.2.9",
  "description": "Simple htmx component server for Express",
  "homepage": "https://slebetman.github.io/express-htmx-components/",
  "main": "main.js",
  "scripts": {
    "test": "jest --verbose",
    "tdd": "nodemon --ext 'js' --exec 'npx jest $UNIT_UNDER_TEST'",
    "typecheck": "tsc -p tsconfig.json"
  },
  "dependencies": {
    "express-serve-static-core": "^0.1.1",
    "find": "^0.3.0"
  },
  "peerDependencies": {
    "express": ">= 4.0.0"
  },
  "repository": {
    "url": "https://github.com/slebetman/express-htmx-components",
    "type": "git"
  },
  "author": "slebetman@gmail.com",
  "license": "BSD-2-Clause",
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/find": "^0.2.4",
    "express-fileupload": "^1.4.3",
    "jest": "^29.7.0",
    "markdown-styles": "^3.2.0",
    "multer": "^1.4.5-lts.1",
    "nodemon": "^3.1.0",
    "supertest": "^6.3.4",
    "typescript": "^5.3.3"
  },
  "jest": {
    "transformIgnorePatterns": [
      ".*\\.js"
    ]
  }
}
