UNPKG

@farmfe/runtime-plugin-hmr

Version:

Runtime hmr plugin of Farm

37 lines 733 B
{ "name": "@farmfe/runtime-plugin-hmr", "version": "3.5.10", "description": "Runtime hmr plugin of Farm", "author": { "name": "bright wu", "email": "1521488775@qq.com" }, "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "keywords": [ "farm", "farm runtime plugin", "hmr", "rust bundler", "build tool", "web bundler" ], "repository": { "type": "git", "url": "https://github.com/farm-fe/farm" }, "devDependencies": { "@farmfe/runtime": "0.12.10" }, "dependencies": { "core-js": "^3.30.1" }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.build.json", "type-check": "tsc -p tsconfig.json --noEmit" } }