UNPKG

ghost-io

Version:

Invisible Background Data Fetching & Prefetching library that uses heuristics (hover, scroll, idle) to speed up your SPA or dashboard.

48 lines (47 loc) 1.29 kB
{ "name": "ghost-io", "displayName": "GhostIO Invisible Background Fetcher", "version": "1.2.3", "description": "Invisible Background Data Fetching & Prefetching library that uses heuristics (hover, scroll, idle) to speed up your SPA or dashboard.", "type": "module", "main": "dist/index.js", "types": "index.d.ts", "scripts": { "build": "tsc", "test": "jest --coverage", "prepublishOnly": "npm run build", "demo": "node __tests__/demo.js", "format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,scss,md,html}\"" }, "keywords": [ "prefetch", "hover", "scroll", "idle", "background-fetch", "axios", "invisible", "ghostIO" ], "author": "Son Nguyen", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hoangsonww/GhostIO-Invisible-Data-Prefetch.git" }, "bugs": { "url": "https://github.com/hoangsonww/GhostIO-Invisible-Data-Prefetch/issues" }, "homepage": "https://github.com/hoangsonww/GhostIO-Invisible-Data-Prefetch#readme", "devDependencies": { "@types/jest": "^29.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "dependencies": { "axios": "^1.3.0", "ghost-io": "^1.1.2", "prettier": "^3.5.3" } }