@launchmenu/hmr
Version:
34 lines (33 loc) • 774 B
JSON
{
"name": "@launchmenu/hmr",
"version": "0.1.0",
"main": "build/index.js",
"files": [
"build/**/*"
],
"scripts": {
"watch": "lm-build-tools --watch",
"dev": "lm-build-tools --watch",
"build": "lm-build-tools --build",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LaunchMenu/LaunchMenu.git"
},
"keywords": [
"LaunchMenu",
"hmr",
"hot-module-replacement",
"tools"
],
"author": "Tar van Krieken",
"license": "MIT",
"dependencies": {
"chokidar": "^3.4.2"
},
"gitHead": "574e26b3c2638917084e530178aeb64cd51682e9",
"publishConfig": {
"access": "public"
}
}