{
  "name": "http2-express-autopush",
  "version": "1.0.5",
  "description": "http2 autopush middleware for express",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/esm/index.d.ts",
  "scripts": {
    "test": "jest",
    "clean": "del-cli --force lib",
    "compile": "tsc -p tsconfig-cjs.json && tsc -p tsconfig.json",
    "pre": "npm run clean && npm run compile"
  },
  "author": "rahulramesha <rahulramesham@gmail.com>",
  "license": "MIT",
  "keywords": [
    "express",
    "http2",
    "server-push",
    "autopush",
    "auto-push"
  ],
  "devDependencies": {
    "@types/cookie": "^0.4.0",
    "@types/express": "^4.17.11",
    "@types/node": "^14.14.31",
    "@types/serve-static": "^1.13.9",
    "del-cli": "^3.0.1",
    "express": "^4.17.1",
    "http2-express-bridge": "^1.0.1",
    "jest": "^26.6.3",
    "safe-buffer": "^5.2.1",
    "supertest": "^6.1.3",
    "typescript": "^4.1.5"
  },
  "dependencies": {
    "cookie": "^0.4.1",
    "h2-auto-push": "^0.4.1",
    "serve-static": "^1.14.1"
  },
  "engines": {
    "node": ">= 10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rahulramesha/express-autopush.git"
  },
  "bugs": {
    "url": "https://github.com/rahulramesha/express-autopush/issues"
  },
  "homepage": "https://github.com/rahulramesha/express-autopush#readme"
}
