UNPKG

h5-check-update

Version:

H5 page checks for updates and alerts

31 lines 665 B
{ "name": "h5-check-update", "version": "0.3.0", "description": "H5 page checks for updates and alerts", "main": "lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "browser": "lib/index.js", "type": "module", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.js" }, "./worker": { "import": "./lib/check.worker.js" }, "./*": "./lib/*" }, "keywords": [ "h5", "update", "check-update" ], "author": "lucidus <tenny.shu@foxmail.com>", "license": "MIT", "homepage": "https://gitee.com/towardly/ph/tree/master/packages/ws", "files": [ "lib" ] }