@arslaan/pwa
Version:
A simple CLI tool to scaffold and generate service worker and manifest files for PWAs using customizable route-based caching strategies.
40 lines (39 loc) • 826 B
JSON
{
"name": "@arslaan/pwa",
"version": "1.0.7",
"description": "A simple CLI tool to scaffold and generate service worker and manifest files for PWAs using customizable route-based caching strategies.",
"bin": {
"pwa": "bin/index.js"
},
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "bin/index.js"
},
"keywords": [
"pwa",
"cli",
"service-worker",
"manifest",
"cache-strategy",
"offline",
"web-app"
],
"author": "Arslaan Ansari",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"devDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"@arslaan/pwa": "^1.0.1",
"@types/node": "^22.13.10",
"chalk": "^5.4.1",
"inquirer": "^12.5.0"
}
}