{
  "name": "@sorrell/pdf-hot-reload",
  "version": "1.2.0",
  "description": "",
  "main": "Build/index.js",
  "scripts": {
    "run": "node Build/index.js",
    "build": "tsc"
  },
  "bin": {
    "pdf-hot-reload": "Build/Index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GageSorrell/PdfHotReload.git"
  },
  "author": "Gage Sorrell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GageSorrell/PdfHotReload/issues"
  },
  "homepage": "https://github.com/GageSorrell/PdfHotReload#readme",
  "dependencies": {
    "express": "^4.18.2",
    "open": "^8.4.2"
  },
  "types": "Build/Index.d.ts",
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/node": "^18.14.6",
    "typescript": "^4.9.5"
  }
}
