UNPKG

nextjs-pwa-setup

Version:

CLI tool to set up PWA in Next.js projects

16 lines 370 B
{ "name": "nextjs-pwa-setup", "version": "1.1.0", "description": "CLI tool to set up PWA in Next.js projects", "main": "bin/index.js", "bin": { "nextjs-pwa-setup": "./bin/index.js" }, "keywords": ["nextjs", "pwa", "cli", "next-pwa"], "author": "Sabir Khan", "license": "MIT", "dependencies": { "prompts": "^2.4.2", "chalk": "^4.1.2" } }