{ "name": "svelte-hmr", "version": "0.14.7", "description": "Bundler agnostic HMR utils for Svelte 3", "main": "index.js", "author": "rixo ", "license": "ISC", "homepage": "https://github.com/rixo/svelte-hmr", "bugs": { "url": "https://github.com/rixo/svelte-hmr/issues" }, "repository": { "type": "git", "url": "https://github.com/rixo/svelte-hmr" }, "files": ["index.js", "lib", "runtime"], "peerDependencies": { "svelte": ">=3.19.0" }, "devDependencies": { "@rixo/eslint-config": "^0.8.1", "svelte": "^3.40.0", "tap-mocha-reporter": "^5.0.1", "zoar": "^0.3.0", "zorax": "^0.0.12" }, "scripts": { "test": "zoar --pipe 'tap-mocha-reporter spec'" } }