Files
oops-framework/extensions/oops-plugin-hot-update/package.json
dgflash f6d51a500a .
2022-04-29 14:05:26 +08:00

17 lines
415 B
JSON

{
"name": "oops-plugin-hot-update",
"title": "oops-plugin-hot-update",
"package_version": 2,
"version": "1.0.0",
"author": "董刚",
"description": "i18n:oops-plugin-hot-update.description",
"contributions": {
"builder": "./dist/builder.js"
},
"dependencies": {
"@types/fs-extra": "^5.0.4",
"@types/node": "^14.5.2",
"fs-extra": "^10.0.0"
}
}