{
  "name": "react-snap-vite",
  "version": "1.0.3",
  "description": "Zero-configuration framework-agnostic static prerendering for SPAs and without Folders to resove 308 Permanent Redirect in react-snap",
  "main": "index.js",
  "author": "kr1shjay",
  "license": "MIT",
  "keywords": [
    "308 Permanent Redirect",
    "prerender",
    "SEO-friendly react build",
    "react-seo",
    "SEO",
    "React"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/leonelvalentinn/react-snap-prerender.git"
  },
  "engines": {
    "node": ">= 8.6.0"
  },
  "dependencies": {
    "clean-css": "5.3.3",
    "express": "4.19.2",
    "express-history-api-fallback": "2.2.1",
    "highland": "2.13.5",
    "html-minifier": "4.0.0",
    "minimalcss": "0.11.3",
    "mkdirp": "3.0.1",
    "puppeteer": "23.1.1",
    "serve-static": "1.15.0",
    "sourcemapped-stacktrace-node": "2.1.8"
  },
  "devDependencies": {
    "dev-null-stream": "0.0.1",
    "jest": "29.7.0",
    "markdown-toc": "1.2.0",
    "prettier": "3.3.3"
  },
  "scripts": {
    "toc": "yarn run markdown-toc -i doc/recipes.md",
    "test": "jest",
    "precommit": "prettier --write {*,src/*}.{js,json,css}"
  },
  "bin": {
    "react-snap": "./run.js"
  },
  "files": [
    "index.js",
    "run.js",
    "src/",
    "vendor/"
  ]
}
