加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
xxXyh1908 提交于 2021-12-07 18:01 . update
{
"name": "@xyh19/hot-module-cjs",
"version": "3.3.10",
"description": "CommonJS hot module supports.",
"author": "xxXyh1908",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"*.d.ts"
],
"scripts": {
"dev": "npm run build -- --watch",
"build": "tsup"
},
"keywords": [
"require",
"hmr",
"module",
"commonjs",
"hot"
],
"dependencies": {
"magic-string": "^0.25.7"
},
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/fs-extra": "^9.0.13",
"@types/lodash-es": "^4.17.5",
"@types/node": ">12.2.0",
"deep-equal": "^2.0.5",
"fs-extra": "^10.0.0",
"lodash-es": "^4.17.21",
"rollup": "^2.60.2",
"tsup": "^5.10.0",
"typescript": "^4.5.2"
},
"peerDependencies": {
"@rollup/plugin-commonjs": "*"
},
"repository": {
"type": "git",
"url": "https://gitee.com/xxXyh1908/hot-module-cjs"
},
"bugs": {
"url": "https://gitee.com/xxXyh1908/hot-module-cjs/issues"
},
"homepage": "https://gitee.com/xxXyh1908/hot-module-cjs/#readme"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化