create-next-app-pwa
Version:
The script for the npx create-next-app-pwa command. Making it easier for everyone to create a Next.js Progressive Web App.
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "create-next-app-pwa",
"version": "1.2.2",
"description": "The script for the npx create-next-app-pwa command. Making it easier for everyone to create a Next.js Progressive Web App.",
"main": "index.js",
"type": "module",
"bin": {
"create-next-app-pwa": "./index.js"
},
"scripts": {
"preinstall": "node -e \"if(process.env.npm_config_global){console.error('Please use npx to run this package instead of installing it.'); process.exit(1)}\"",
"test": "vitest --reporter verbose"
},
"dependencies": {
"@serwist/next": "latest"
},
"devDependencies": {
"serwist": "latest",
"vitest": "^3.1.2"
},
"keywords": [
"react",
"next.js",
"next",
"pwa",
"next-pwa",
"create-next-pwa"
],
"author": "Louis Lemsic",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cifelse/create-next-app-pwa.git"
},
"homepage": "https://github.com/cifelse/create-next-app-pwa#readme",
"files": [
"index.js",
"src/**/*"
]
}