{
    "name": "aws-rum-web",
    "version": "3.0.0",
    "description": "The Amazon CloudWatch RUM web client.",
    "license": "Apache-2.0",
    "author": "Amazon CloudWatch RUM Staff <nobody@amazon.com>",
    "main": "dist/cjs/index.js",
    "module": "dist/es/index.js",
    "types": "dist/es/index.d.ts",
    "sideEffects": false,
    "files": [
        "dist/",
        "CHANGELOG.md",
        "NOTICE",
        "LICENSE-THIRD-PARTY"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/aws-observability/aws-rum-web.git"
    },
    "scripts": {
        "build:webpack:prod": "webpack --config webpack/webpack.prod.js",
        "build:dist:es": "tsc --project ./tsconfig.es.json",
        "build:dist:cjs": "tsc --project ./tsconfig.cjs.json",
        "build": "npm-run-all -s build:dist:* build:webpack:prod"
    },
    "dependencies": {
        "@aws-rum/web-core": "3.0.0",
        "@aws-rum/web-slim": "3.0.0"
    }
}
