{
  "name": "@arkenv/nextjs",
  "version": "0.1.5",
  "author": "Yam Borodetsky <yam@yam.codes>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yamcodes/arkenv.git"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "dependencies": {
    "chokidar": "^4.0.3",
    "jiti": "2.7.0",
    "server-only": "^0.0.1",
    "@arkenv/build": "0.0.3",
    "arkenv": "0.12.3"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "12.1.0",
    "@types/react": "19.2.14",
    "arktype": "2.2.0",
    "next": "16.2.6",
    "react": "19.2.5",
    "rimraf": "6.1.3",
    "size-limit": "12.1.0",
    "tsdown": "0.21.10",
    "typescript": "6.0.3",
    "vitest": "4.1.5",
    "@repo/scope": "0.1.3",
    "@repo/types": "0.1.0"
  },
  "peerDependencies": {
    "arktype": "^2.1.22",
    "next": "^13.4.0 || ^14.0.0 || ^15.0.0 || ^16.0.0-0",
    "react": "19.2.5"
  },
  "exports": {
    "./shared": {
      "types": "./dist/shared.d.ts",
      "import": "./dist/shared.js",
      "require": "./dist/shared.cjs"
    },
    "./server": {
      "types": "./dist/server.d.ts",
      "import": "./dist/server.js",
      "require": "./dist/server.cjs"
    },
    "./client": {
      "types": "./dist/client.d.ts",
      "import": "./dist/client.js",
      "require": "./dist/client.cjs"
    },
    ".": {
      "react-server": {
        "types": "./dist/react-server.d.ts",
        "import": "./dist/react-server.js",
        "require": "./dist/react-server.cjs"
      },
      "default": {
        "types": "./dist/index.d.ts",
        "import": "./dist/index.js",
        "require": "./dist/index.cjs"
      }
    },
    "./config": {
      "types": "./dist/config.d.ts",
      "import": "./dist/config.js",
      "require": "./dist/config.cjs"
    }
  },
  "bugs": "https://github.com/yamcodes/arkenv/labels/%40arkenv%2Fnextjs",
  "description": "ArkEnv integration for Next.js",
  "files": [
    "dist"
  ],
  "homepage": "https://arkenv.js.org",
  "keywords": [
    "arkenv",
    "arktype",
    "env",
    "environment-variables",
    "dotenv",
    "config",
    "validation",
    "typesafe",
    "standard-schema",
    "next",
    "nextjs"
  ],
  "license": "MIT",
  "type": "module",
  "types": "./dist/index.d.ts",
  "size-limit": [
    {
      "name": "@arkenv/nextjs",
      "path": "dist/index.js",
      "limit": "3 kB",
      "import": "*",
      "ignore": [
        "next",
        "arktype",
        "arkenv"
      ]
    },
    {
      "name": "@arkenv/nextjs/shared",
      "path": "dist/shared.js",
      "limit": "1.5 kB",
      "import": "*",
      "ignore": [
        "next",
        "arktype",
        "arkenv"
      ]
    },
    {
      "name": "@arkenv/nextjs/server",
      "path": "dist/server.js",
      "limit": "2 kB",
      "import": "*",
      "ignore": [
        "next",
        "arktype",
        "server-only",
        "arkenv"
      ]
    },
    {
      "name": "@arkenv/nextjs/client",
      "path": "dist/client.js",
      "limit": "2 kB",
      "import": "*",
      "ignore": [
        "next",
        "arktype",
        "arkenv"
      ]
    },
    {
      "name": "@arkenv/nextjs/config",
      "path": "dist/config.js",
      "limit": "4 kB",
      "import": "*",
      "ignore": [
        "next",
        "arktype",
        "arkenv",
        "chokidar",
        "jiti",
        "node:fs",
        "node:path",
        "node:url"
      ]
    }
  ],
  "scripts": {
    "build": "tsdown",
    "typecheck": "tsc --noEmit",
    "clean": "rimraf dist node_modules",
    "test": "vitest",
    "fix": "pnpm -w run fix",
    "changeset": "pnpm -w run changeset",
    "size": "size-limit --json > .size-limit.json"
  }
}