{
  "name": "update-notify-js",
  "version": "1.2.0",
  "description": "一个纯前端实现的版本更新自动提示刷新插件。A lightweight library for detecting version updates in web applications",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "version",
    "update",
    "notifier",
    "refresh",
    "auto-update",
    "前端更新提示",
    "前端更新检测"
  ],
  "author": "wangkai000",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.5.11",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.9.6",
    "ts-jest": "^29.1.1",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wangkai000/update-notify-js.git"
  },
  "bugs": {
    "url": "https://github.com/wangkai000/update-notify-js/issues"
  },
  "homepage": "https://github.com/wangkai000/update-notify-js#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
