{
  "name": "fix-react2shell-next",
  "version": "1.1.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel-labs/fix-react2shell-next.git"
  },
  "description": "Fix the React 2 Shell vulnerability (CVE-2025-66478) in Next.js apps with one command",
  "main": "index.js",
  "bin": {
    "fix-react2shell-next": "./bin/cli.js"
  },
  "keywords": [
    "nextjs",
    "react",
    "security",
    "vulnerability",
    "cve",
    "rce",
    "fix",
    "patch"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=16"
  },
  "files": [
    "bin",
    "lib"
  ],
  "devDependencies": {
    "@changesets/cli": "^2.27.10"
  },
  "scripts": {
    "test": "node --test test/*.test.js",
    "changeset": "changeset",
    "version": "changeset version",
    "release": "changeset publish"
  }
}