version-polling
Version:
A JavaScript library for web application updates
58 lines • 1.32 kB
JSON
{
"name": "version-polling",
"version": "1.3.3",
"description": "A JavaScript library for web application updates",
"keywords": [
"version",
"web",
"update",
"upgrade",
"check",
"polling"
],
"homepage": "https://github.com/JoeshuTT/version-polling/#readme",
"bugs": {
"url": "https://github.com/JoeshuTT/version-polling/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoeshuTT/version-polling.git"
},
"author": "Joe Shu <joeshuing@foxmail.com>",
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@changesets/cli": "^2.27.12",
"@rslib/core": "^0.3.0",
"@types/node": "^22.8.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"zx": "^8.3.2"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
},
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
"test": "vitest",
"changeset": "changeset",
"bump": "zx scripts/bump.mjs"
}
}