2019-02-10 10:19:11 +03:00
|
|
|
{
|
|
|
|
"name": "@microsoft/applicationinsights-analytics-js",
|
2020-11-17 03:52:48 +03:00
|
|
|
"version": "2.5.10",
|
2019-02-10 10:19:11 +03:00
|
|
|
"description": "Microsoft Application Insights Javascript SDK apis",
|
|
|
|
"main": "dist/applicationinsights-analytics-js.js",
|
|
|
|
"module": "dist-esm/applicationinsights-analytics-js.js",
|
|
|
|
"types": "types/applicationinsights-analytics-js.d.ts",
|
|
|
|
"sideEffects": false,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-09-05 02:03:43 +03:00
|
|
|
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-analytics-js"
|
2019-02-10 10:19:11 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "npm run build:esm && npm run build:browser",
|
|
|
|
"build:esm": "grunt ai",
|
|
|
|
"build:browser": "rollup -c",
|
2019-09-07 02:56:14 +03:00
|
|
|
"test": "grunt aitests",
|
|
|
|
"lint": "tslint -p tsconfig.json"
|
2019-02-10 10:19:11 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-28 22:24:20 +03:00
|
|
|
"@microsoft/applicationinsights-rollup-es3" : "1.1.3",
|
2020-11-17 03:52:48 +03:00
|
|
|
"@microsoft/applicationinsights-properties-js": "2.5.10",
|
2019-02-10 10:19:11 +03:00
|
|
|
"typescript": "2.5.3",
|
2020-03-03 02:14:41 +03:00
|
|
|
"globby": "^11.0.0",
|
2019-02-10 10:19:11 +03:00
|
|
|
"rollup-plugin-node-resolve": "^3.4.0",
|
|
|
|
"rollup-plugin-replace": "^2.1.0",
|
2019-02-10 10:54:23 +03:00
|
|
|
"rollup-plugin-uglify": "^6.0.0",
|
|
|
|
"grunt": "1.0.1",
|
2020-08-03 21:08:16 +03:00
|
|
|
"grunt-contrib-qunit": "^3.1.0",
|
2019-02-10 10:54:23 +03:00
|
|
|
"grunt-contrib-uglify": "3.1.0",
|
2019-02-14 08:50:15 +03:00
|
|
|
"grunt-ts": "^6.0.0-beta.15",
|
2019-09-07 02:56:14 +03:00
|
|
|
"rollup": "^0.66.0",
|
|
|
|
"tslint": "^5.19.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2019-02-10 10:19:11 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-10-19 22:42:56 +03:00
|
|
|
"@microsoft/dynamicproto-js": "^1.1.0",
|
2020-09-23 21:14:57 +03:00
|
|
|
"@microsoft/applicationinsights-shims" : "1.0.3",
|
2020-11-17 03:52:48 +03:00
|
|
|
"@microsoft/applicationinsights-core-js": "2.5.10",
|
|
|
|
"@microsoft/applicationinsights-common": "2.5.10"
|
2019-02-10 10:19:11 +03:00
|
|
|
},
|
2019-02-14 08:50:15 +03:00
|
|
|
"license": "MIT"
|
2019-09-07 02:56:14 +03:00
|
|
|
}
|