{
  "name": "@vite-pwa/create-pwa",
  "type": "module",
  "version": "1.1.0",
  "description": "PWA Templates",
  "author": "antfu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/vite-pwa/create-pwa#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vite-pwa/create-pwa.git"
  },
  "bugs": "https://github.com/vite-pwa/create-pwa/issues",
  "keywords": [
    "react",
    "remix",
    "pwa",
    "vue",
    "vitepress",
    "preact",
    "svelte",
    "sveltekit",
    "workbox",
    "solidjs",
    "vite",
    "template"
  ],
  "bin": {
    "create-pwa": "./bin/index.js"
  },
  "files": [
    "dist",
    "bin/index.js",
    "templates"
  ],
  "engines": {
    "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^5.4.1",
    "@antfu/ni": "^26.1.0",
    "@types/cross-spawn": "^6.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/minimist": "^1.2.5",
    "@types/node": "^20.12.8",
    "@types/prompts": "^2.4.9",
    "bumpp": "^10.3.1",
    "cross-spawn": "^7.0.6",
    "eslint": "^9.37.0",
    "eslint-plugin-antfu": "^3.1.1",
    "kolorist": "^1.8.0",
    "magicast": "^0.3.5",
    "minimist": "^1.2.8",
    "package-manager-detector": "^1.0.0",
    "prompts": "^2.4.2",
    "tsx": "^4.19.3",
    "typescript": "~5.9.3",
    "unbuild": "^3.5.0",
    "vitest": "^3.0.8"
  },
  "scripts": {
    "dev": "unbuild --stub",
    "build": "unbuild",
    "lint": "eslint .",
    "lint:fix": "nr lint --fix",
    "release": "bumpp"
  }
}