{
    "name": "@aws-rum/web-core",
    "version": "3.2.0",
    "description": "Core telemetry engine for the Amazon CloudWatch RUM web client.",
    "license": "Apache-2.0",
    "main": "dist/cjs/index.js",
    "module": "dist/es/index.js",
    "types": "index.d.ts",
    "sideEffects": false,
    "exports": {
        ".": {
            "import": "./dist/es/index.js",
            "require": "./dist/cjs/index.js",
            "types": "./dist/es/index.d.ts"
        },
        "./*": {
            "import": "./dist/es/*.js",
            "require": "./dist/cjs/*.js",
            "types": "./dist/es/*.d.ts"
        }
    },
    "typesVersions": {
        "*": {
            "*": [
                "dist/es/*"
            ]
        }
    },
    "files": [
        "dist/",
        "index.d.ts"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/aws-observability/aws-rum-web.git"
    },
    "scripts": {
        "pretest": "npm run build:schemas",
        "test": "jest -c ../../jest.unit.config.js",
        "build:schemas": "node ../../scripts/generate-schema-ts.js",
        "build:dist:es": "tsc --project ./tsconfig.es.json",
        "build:dist:cjs": "tsc --project ./tsconfig.cjs.json",
        "build": "npm-run-all -s build:schemas build:dist:*"
    },
    "dependencies": {
        "@aws-crypto/sha256-js": "^5.2.0",
        "@rrweb/record": "2.0.0-alpha.20",
        "@smithy/fetch-http-handler": "^5.0.0",
        "@smithy/protocol-http": "^5.0.0",
        "@smithy/querystring-builder": "^4.0.0",
        "@smithy/signature-v4": "^5.0.0",
        "@smithy/util-hex-encoding": "^3.0.0",
        "rrweb": "2.0.0-alpha.4",
        "shimmer": "^1.2.1",
        "uuid": "^9.0.0",
        "web-vitals": "^4.0.0"
    }
}
