{
  "name": "@plasmicapp/nextjs-app-router",
  "version": "1.0.30",
  "description": "(DEPRECATED) Helpers for extracting Plasmic query data under the Next.js App Router.",
  "homepage": "https://www.plasmic.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plasmicapp/plasmic.git",
    "directory": "packages/nextjs-app-router"
  },
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "files": [
    "dist"
  ],
  "bin": {
    "with-plasmic-prepass": "./dist/with-plasmic-prepass.cjs.js"
  },
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "build": "pnpm build:types && pnpm build:index && pnpm build:react-server && pnpm build:with-dev-server",
    "build:types": "tsc",
    "build:index": "node ../../build.mjs ./src/index.ts --use-client",
    "build:with-dev-server": "esbuild --format=cjs --target=node18 --bundle --outfile=./dist/with-plasmic-prepass.cjs.js --platform=node ./src/with-dev-server.mts",
    "build:react-server": "node ../../build.mjs ./src/react-server.ts",
    "test": "pnpm -w test --passWithNoTests",
    "coverage": "pnpm -w test --coverage --passWithNoTests",
    "lint": "eslint"
  },
  "dependencies": {
    "@plasmicapp/prepass": "1.0.28",
    "@plasmicapp/query": "0.1.87",
    "cross-port-killer": "1.4.0",
    "cross-spawn": "^7.0.3",
    "get-port": "^7.0.0",
    "node-html-parser": "^6.1.5",
    "yargs": "^17.7.2"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    },
    "./react-server": {
      "types": "./dist/react-server.d.ts",
      "import": "./dist/react-server.esm.js",
      "require": "./dist/react-server.js"
    },
    "./react-server-conditional": {
      "react-server": {
        "types": "./dist/react-server.d.ts",
        "import": "./dist/react-server.esm.js",
        "require": "./dist/react-server.js"
      },
      "default": {
        "types": "./dist/index.d.ts",
        "import": "./dist/index.esm.js",
        "require": "./dist/index.js"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "@types/node": "^20.19.43",
    "@types/react": "^18",
    "@types/yargs": "^17.0.35",
    "next": "^13.5.11",
    "react": "^18.2.0",
    "typescript": "^5.2.2"
  },
  "gitHead": "b960713225766df3635763f660645146b92fa693"
}
