bun-livereload
Version:
Livereload for Bun.js
28 lines (27 loc) • 498 B
JSON
{
"name": "bun-livereload",
"version": "1.0.3",
"module": "index.ts",
"main": "index.ts",
"repository": {
"type": "github",
"url": "https://github.com/jarred-sumner/bun-livereload"
},
"license": "MIT",
"author": {
"name": "Jarred Sumner",
"email": "jarred@jarredsumner.com"
},
"description": "Livereload for Bun.js",
"keywords": [
"bun",
"bun.js",
"livereload",
"hmr",
"reload",
"live"
],
"exports": {
"bun": "./index.ts"
}
}