@simplepwa/nextjs-pwa-setup
Version:
CLI tool to set up PWA in Next.js projects
31 lines (30 loc) • 644 B
JSON
{
"name": "@simplepwa/nextjs-pwa-setup",
"version": "1.3.0",
"description": "CLI tool to set up PWA in Next.js projects",
"main": "bin/index.js",
"bin": {
"simple-pwa": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplepwa/pckg.git"
},
"keywords": [
"nextjs",
"pwa",
"cli",
"next-pwa"
],
"author": "Sabir Khan",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"prompts": "^2.4.2",
"sharp": "^0.33.5"
},
"bugs": {
"url": "https://github.com/simplepwa/pckg/issues"
},
"homepage": "https://github.com/simplepwa/pckg#readme"
}