umi-plugin-goldjetjsupdate
Version:
Umi plugin for detect web page updates and notify in goldjet's project.
34 lines (33 loc) • 735 B
JSON
{
"name": "umi-plugin-goldjetjsupdate",
"version": "1.0.4",
"description": "Umi plugin for detect web page updates and notify in goldjet's project.",
"author": "liangjiasheng",
"license": "MIT",
"keywords": [
"umi",
"umi-plugin",
"@plugin-web-update-notification/core",
"web-update-notification"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"umi": "*"
},
"dependencies": {
"@plugin-web-update-notification/core": "1.7.1"
}
}