{
  "name": "node-hmr",
  "version": "1.4.0",
  "description": "🔥 HMR for Node.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "jest ./tests --coverage",
    "release": "standard-version",
    "dev": "tsc --build --watch",
    "build": "rimraf dist && tsc --build"
  },
  "author": "Serhii Nakhankov",
  "license": "MIT",
  "engines": {
    "node": ">=8.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/serhiinkh/node-hmr"
  },
  "bugs": {
    "url": "https://github.com/serhiinkh/node-hmr/issues"
  },
  "keywords": [
    "hot",
    "module",
    "replacement",
    "hmr",
    "development",
    "dynamic",
    "reload"
  ],
  "dependencies": {
    "chokidar": "^3.5.2"
  },
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "coveralls": "^3.1.1",
    "eslint": "^8.2.0",
    "eslint-plugin-jest": "^22.1.2",
    "jest": "^29.0.5",
    "rimraf": "^4.1.2",
    "standard-version": "^9.3.2",
    "ts-jest": "^29.0.5",
    "typescript": "^4.9.5"
  }
}
