ApplicationInsights-JS/package.json

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

{
"name": "@microsoft/applicationinsights-web",
"description": "Microsoft Application Insights JavaScript SDK",
"keywords": [
"browser performance monitoring",
"script errors",
"application insights",
"microsoft",
"azure"
],
"scripts": {
"postinstall": "node common/scripts/install-run-rush.js update",
"build": "node common/scripts/install-run-rush.js rebuild",
"test": "node common/scripts/install-run-rush.js test --verbose",
"lint": "node common/scripts/install-run-rush.js lint --verbose",
"rollupes3": "grunt rollupes3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/ApplicationInsights-JS.git"
},
"author": "Microsoft Application Insights Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/ApplicationInsights-JS/issues"
},
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^3.1.0",
2019-09-05 02:03:43 +03:00
"grunt-run": "^0.8.1",
2019-02-10 09:49:22 +03:00
"grunt-ts": "^6.0.0-beta.22",
"grunt-tslint": "^5.0.2",
2019-09-05 02:03:43 +03:00
"tslint": "^5.19.0",
"tslint-microsoft-contrib": "^5.2.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "2.5.3"
},
"dependencies": {}
2019-08-14 23:41:04 +03:00
}