{
  "name": "rollup-plugin-hot",
  "version": "0.1.1",
  "main": "index.js",
  "author": "rixo <rixo@rixo.fr>",
  "license": "ISC",
  "keywords": [
    "rollup",
    "rollup-plugin",
    "hmr"
  ],
  "homepage": "https://github.com/rixo/rollup-plugin-hot",
  "bugs": {
    "url": "https://github.com/rixo/rollup-plugin-hot/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rixo/rollup-plugin-hot"
  },
  "files": [
    "lib",
    "dist",
    "assets"
  ],
  "devDependencies": {
    "@rixo/eslint-config": "^0.7.0-alpha.7",
    "npm-run-all": "^4.1.5",
    "rollup": "^1.25.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.3.0",
    "systemjs": "rixo/systemjs#reload"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "execa": "^4.0.3",
    "express": "^4.17.1",
    "express-http-proxy": "^1.6.2",
    "mime-types": "^2.1.26",
    "open": "^7.2.1",
    "rollup-plugin-hot-nollup": "^0.1.0",
    "rollup-pluginutils": "^2.8.2",
    "ws": "^7.1.2"
  },
  "peerDependencies": {
    "rollup": ">= 1.24.0 < 3"
  },
  "scripts": {
    "prepublish": "yarn build",
    "build": "rollup -c",
    "autobuild": "rollup -c -w",
    "dev": "npm run autobuild",
    "test": "echo TODO"
  }
}
