{
  "name": "jqhtml",
  "version": "0.1.6",
  "description": "jqhtml lets you render express routes using a jquery callback. There's no reason you should want to do that.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "readme": "README.md",
  "scripts": {
    "prebuild": "npm run clean",
    "build": "tsc",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "template",
    "express",
    "jquery"
  ],
  "repository": "github:ngrewe/jqhtml",
  "homepage": "https://github.com/ngrewe/jqhtml#readme",
  "files": [
    "dist/**/*",
    "example/**/*.jqhtml",
    "example/*.ts",
    "README.md"
  ],
  "author": "Niels Grewe <niels.grewe@halbordnung.de>",
  "license": "MIT",
  "dependencies": {
    "jquery": "^3.7.0",
    "jsdom": "^21.0.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/jquery": "^3.5.16",
    "@types/jsdom": "^21.0.0",
    "@types/node": "^20.2.5",
    "rimraf": "~5.0.1",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "express": "*"
  },
  "engines": {
    "node": ">= 16"
  }
}
