{
    "name": "@microsoft/applicationinsights-rollup-es3",
    "author": "Microsoft Corporation",
    "version": "1.1.3",
    "description": "Microsoft Application Insights JavaScript SDK - Rollup Plugin for ES3 support",
    "keywords": [
        "azure",
        "cloud",
        "microsoft",
        "application insights",
        "rollup",
        "rollup-plugin",
        "es3"
    ],
    "main": "dist/node/applicationinsights-rollup-es3.min.js",
    "module": "dist/esm/applicationinsights-rollup-es3.min.js",
    "types": "types/applicationinsights-rollup-es3.d.ts",
    "scripts": {
        "clean": "grunt clean",
        "build": "npm run build:esm && npm run build:bundle",
        "build:esm": "grunt rollupes3",
        "build:bundle": "rollup -c rollup.config.js",
        "test": "grunt rollupes3test",
        "lint": "tslint -p tsconfig.json"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/shared/AppInsightsCore"
    },
    "license": "MIT",
    "sideEffects": false,
    "devDependencies": {
        "grunt": "1.0.1",
        "grunt-contrib-clean": "^1.1.0",
        "grunt-contrib-uglify": "3.1.0",
        "grunt-contrib-qunit": "^3.1.0",
        "grunt-ts": "^6.0.0-beta.15",
        "grunt-tslint": "^5.0.2",
        "rollup-plugin-copy": "^3.1.0",
        "rollup-plugin-node-resolve": "^3.4.0",
        "rollup-plugin-replace": "^2.1.0",
        "rollup-plugin-uglify": "^6.0.0",
        "rollup-plugin-minify-es": "^1.1.1",
        "rollup": "^0.66.0",
        "tslint": "^5.19.0",
        "tslint-config-prettier": "^1.18.0",
        "tslint-microsoft-contrib": "^5.2.1",
        "typescript": "2.5.3",
        "magic-string": "^0.25.5"
    },
    "dependencies": {
    }
}
