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

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

2019-02-10 10:19:11 +03:00
{
"name": "@microsoft/applicationinsights-analytics-js",
"version": "2.5.11",
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
2019-02-10 10:19:11 +03:00
"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 && npm run dtsgen",
2019-02-10 10:19:11 +03:00
"build:esm": "grunt ai",
"build:browser": "rollup -c",
"test": "grunt aitests",
"lint": "tslint -p tsconfig.json",
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK - Web Analytics\""
2019-02-10 10:19:11 +03:00
},
"devDependencies": {
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es3" : "1.1.3",
"@microsoft/applicationinsights-properties-js": "2.5.11",
"@microsoft/api-extractor" : "^7.9.11",
2019-02-10 10:19:11 +03:00
"typescript": "2.5.3",
"globby": "^11.0.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"rollup": "^2.32.0",
"grunt": "^1.3.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-run": "^0.8.1",
"grunt-ts": "^6.0.0-beta.22",
"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.11",
"@microsoft/applicationinsights-common": "2.5.11"
2019-02-10 10:19:11 +03:00
},
2019-02-14 08:50:15 +03:00
"license": "MIT"
}