UNPKG

@vyer-technologies/offline-first

Version:
49 lines (48 loc) 1.17 kB
{ "name": "@vyer-technologies/offline-first", "version": "2.8.4", "keywords": [ "cache", "wora", "detect-network", "cache-persist", "offline", "offline-first", "offline-capabilities" ], "main": "lib/index.js", "license": "MIT", "description": "Forked from @wora Offline First", "author": { "name": "Vyer Technologies AB", "email": "developer@vyer.com", "url": "https://vyer.com" }, "contributors": [ { "name": "morrys" } ], "publishConfig": { "access": "public" }, "homepage": "https://github.com/VyerTechnologies/wora", "repository": { "type": "git", "url": "https://github.com/VyerTechnologies/wora" }, "scripts": { "clean": "rimraf lib/*", "clean-dep": "rimraf node_modules/*", "precompile": "npm run clean", "compile": "tsc", "format": "prettier --write \"src/**/*.{j,t}s*\"", "eslint": "eslint ./src --ext .js,.jsx,.ts,.tsx", "test": "jest --coverage" }, "dependencies": { "@vyer-technologies/cache-persist": "^2.3.3", "@vyer-technologies/netinfo": "^2.4.2" }, "gitHead": "ec15cd48fadf9625743db566b64052a4c6e6cf40" }