{
  "name": "@funnelsgrove/runtime",
  "version": "0.20.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/The-Solid-Grove/funnelsgrove.git",
    "directory": "apps/funnel-runtime"
  },
  "type": "module",
  "private": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./config/env.config": {
      "types": "./dist/config/env.config.d.ts",
      "import": "./dist/config/env.config.js",
      "default": "./dist/config/env.config.js"
    },
    "./services/project-env": {
      "types": "./dist/services/project-env.d.ts",
      "import": "./dist/services/project-env.js",
      "default": "./dist/services/project-env.js"
    },
    "./services/public-env": {
      "types": "./dist/services/public-env.d.ts",
      "import": "./dist/services/public-env.js",
      "default": "./dist/services/public-env.js"
    },
    "./testing/funnel-contract-journey": {
      "types": "./dist/testing/index.d.ts",
      "import": "./dist/testing/index.js",
      "default": "./dist/testing/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "node scripts/generate-package-version.mjs && rm -rf dist && tsc -p tsconfig.build.json && node ../../scripts/fix-esm-relative-imports.mjs dist",
    "lint": "eslint .",
    "prepublishOnly": "npm run build",
    "test:run": "node scripts/generate-package-version.mjs --check && vitest run --passWithNoTests"
  },
  "dependencies": {
    "posthog-js": "^1.369.2",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "@funnelsgrove/sdk": "0.4.0"
  },
  "devDependencies": {
    "@testing-library/react": "16.3.1",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "jsdom": "^20.0.3",
    "typescript": "^5",
    "vitest": "^3.2.4"
  }
}
