{
    "name": "@microsoft/applicationinsights-react-js",
    "version": "19.4.0",
    "description": "Microsoft Application Insights React plugin",
    "author": "Microsoft Application Insights Team",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/microsoft/applicationinsights-react-js/issues"
    },
    "homepage": "https://github.com/microsoft/applicationinsights-react-js#readme",
    "main": "dist/applicationinsights-react-js.js",
    "module": "dist-esm/applicationinsights-react-js.js",
    "types": "types/applicationinsights-react-js.d.ts",
    "sideEffects": false,
    "repository": {
        "type": "git",
        "url": "https://github.com/microsoft/applicationinsights-react-js"
    },
    "scripts": {
        "build": "npm run build:esm && npm run build:package && npm run dtsgen",
        "build:esm": "tsc -p tsconfig.json",
        "build:package": "rollup -c",
        "rebuild": "npm run build",
        "testx": "grunt reacttests",
        "test": "jest --config test/jestconfig.json",
        "test-watch": "jest --config test/jestconfig.json --watch",
        "lint": "tslint -p tsconfig.json",
        "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js \"Microsoft Application Insights react plugin\"",
        "ai-min": "grunt react-min",
        "ai-restore": "grunt react-restore"
    },
    "devDependencies": {
        "@microsoft/ai-test-framework": "0.0.1",
        "@microsoft/applicationinsights-rollup-es3": "^1.1.3",
        "@microsoft/applicationinsights-properties-js": "^3.4.1",
        "@microsoft/api-extractor": "^7.18.1",
        "@testing-library/dom": "^10.0.0",
        "@testing-library/jest-dom": "^5.11.9",
        "@testing-library/react": "^16.1.0",
        "@testing-library/user-event": "^12.8.1",
        "@types/cheerio": "0.22.13",
        "@types/history": "^4.7.9",
        "@types/jest": "^27.0.2",
        "@types/node": "11.13.2",
        "@types/prop-types": "^15.7.3",
        "@types/react": "^19.0.0",
        "@types/react-dom": "^19.0.0",
        "csstype": "~2.6.7",
        "grunt": "^1.5.3",
        "grunt-cli": "^1.4.3",
        "jest": "^27.3.1",
        "react": "^19.1.2",
        "react-dom": "^19.1.2",
        "globby": "^11.0.0",
        "magic-string": "^0.25.7",
        "@rollup/plugin-commonjs": "^18.0.0",
        "@rollup/plugin-node-resolve": "^11.2.1",
        "@rollup/plugin-replace": "^2.3.3",
        "rollup-plugin-cleanup": "^3.2.1",
        "rollup-plugin-peer-deps-external": "^2.2.4",
        "rollup": "^2.32.0",
        "ts-jest": "^27.0.7",
        "typescript": "^4.3.4",
        "tslib": "^2.0.0",
        "uglify-js": "3.16.0",
        "history": "^5.1.0"
    },
    "dependencies": {
        "@microsoft/applicationinsights-shims": "^3.0.1",
        "@microsoft/applicationinsights-core-js": "^3.4.1",
        "@microsoft/dynamicproto-js": "^2.0.3",
        "@nevware21/ts-utils": ">= 0.11.3 < 2.x"
    },
    "peerDependencies": {
        "tslib": "*",
        "react": ">= 19.0.0",
        "history": ">= 4.10.1"
    }
}
