ApplicationInsights-JS/extensions/applicationinsights-analyti.../package.json

44 строки
1.6 KiB
JSON
Исходник Обычный вид История

2019-02-10 10:19:11 +03:00
{
"name": "@microsoft/applicationinsights-analytics-js",
"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",
"test": "grunt aitests",
"lint": "tslint -p tsconfig.json"
2019-02-10 10:19:11 +03:00
},
"devDependencies": {
"@microsoft/applicationinsights-rollup-es3" : "1.1.3",
"@microsoft/applicationinsights-properties-js": "2.5.10",
2019-02-10 10:19:11 +03:00
"typescript": "2.5.3",
"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",
"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",
"rollup": "^0.66.0",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
2019-02-10 10:19:11 +03:00
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.0",
"@microsoft/applicationinsights-shims" : "1.0.3",
"@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"
}