UNPKG

parcel-runtime-precache-manifest

Version:
40 lines (39 loc) 1.05 kB
{ "name": "parcel-runtime-precache-manifest", "version": "0.0.5", "description": "A Parcel v2 runtime that helps generate a manifest for precaching assets", "main": "lib/index.js", "author": "Arjun Barrett <arjunbarrett@gmail.com>", "license": "MIT", "keywords": [ "pwa", "parcel", "manifest", "precache", "workbox", "service worker" ], "engines": { "node": ">=10", "parcel": ">=2.0.0-beta.2" }, "homepage": "https://github.com/101arrowz/precache-manifest/tree/master/packages/parcel-runtime-precache-manifest", "repository": { "type": "git", "url": "https://github.com/101arrowz/precache-manifest" }, "bugs": { "email": "arjunbarrett@gmail.com", "url": "https://github.com/101arrowz/precache-manifest/issues" }, "scripts": { "lint": "eslint --fix index.ts", "build": "yarn build-unchecked && yarn lint", "build-unchecked": "tsc", "prepack": "yarn build", "preversion": "yarn lint" }, "peerDependencies": { "parcel": ">=2.0.0-beta.2" } }