{
    "name": "@servicetitan/journey",
    "version": "4.2.0",
    "description": "Critical user journey monitoring — reports good/bad/excluded verdicts to Datadog RUM as a custom action",
    "homepage": "https://docs.st.dev/docs/frontend/journey",
    "repository": {
        "type": "git",
        "url": "https://github.com/servicetitan/anvil-uikit-contrib.git",
        "directory": "packages/journey"
    },
    "sideEffects": [
        "./dist/config.js",
        "./src/config.ts"
    ],
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "default": "./dist/index.js"
        }
    },
    "main": "./dist/index.js",
    "typings": "./dist/index.d.ts",
    "files": [
        "dist",
        "src"
    ],
    "devDependencies": {
        "@testing-library/jest-dom": "^6.4.2",
        "@testing-library/react": "^14.2.1",
        "@types/react": "~18.2.55",
        "react": "^18.2.0"
    },
    "peerDependencies": {
        "react": ">=17.0.2"
    },
    "publishConfig": {
        "access": "public"
    },
    "cli": {
        "webpack": false
    },
    "gitHead": "dcfd73b9e16731d66271c95b6fa37ef638ae8641"
}
