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

69 строки
2.8 KiB
JSON

{
"name": "@microsoft/applicationinsights-analytics-js",
"version": "3.0.7",
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
"main": "dist/es5/applicationinsights-analytics-js.js",
"module": "dist-es5/applicationinsights-analytics-js.js",
"types": "types/applicationinsights-analytics-js.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-analytics-js"
},
"scripts": {
"clean": "git clean -xdf",
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
"build:esm": "grunt ai",
"build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
"rebuild": "npm run build",
"test": "grunt aitests",
"mintest": "grunt ai-mintests",
"lint": "tslint -p tsconfig.json",
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK - Web Analytics\"",
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
"ai-min": "grunt ai-min",
"ai-restore": "grunt ai-restore",
"npm-pack": "npm pack",
"api-docs": "typedoc"
},
"devDependencies": {
"@microsoft/ai-test-framework": "0.0.1",
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
"@microsoft/applicationinsights-properties-js": "3.0.7",
"@microsoft/applicationinsights-channel-js": "3.0.7",
"@microsoft/api-extractor": "^7.18.19",
"typescript": "^4.9.3",
"tslib": "^2.0.0",
"globby": "^11.0.0",
"magic-string": "^0.25.7",
"pako": "^2.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup": "^3.20.0",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^6.2.1",
"@nevware21/grunt-ts-plugin": "^0.4.3",
"@nevware21/grunt-eslint-ts": "^0.2.2",
"qunit": "^2.11.2",
"typedoc": "^0.24.8",
"sinon": "^7.3.1"
},
"peerDependencies": {
"tslib": "*"
},
"dependencies": {
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.0.7",
"@microsoft/applicationinsights-common": "3.0.7",
"@nevware21/ts-utils": ">= 0.10.4 < 2.x"
},
"license": "MIT"
}