2019-02-11 12:07:22 +03:00
|
|
|
{
|
|
|
|
"name": "@microsoft/applicationinsights-web-basic",
|
2021-08-04 00:33:44 +03:00
|
|
|
"version": "2.6.5",
|
2019-02-11 12:07:22 +03:00
|
|
|
"description": "Microsoft Application Insights Javascript SDK core and channel",
|
2021-02-20 02:44:26 +03:00
|
|
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
|
|
"author": "Microsoft Application Insights Team",
|
2019-02-11 12:07:22 +03:00
|
|
|
"main": "dist/applicationinsights-web-basic.js",
|
|
|
|
"module": "dist-esm/index.js",
|
|
|
|
"types": "types/index.d.ts",
|
|
|
|
"sideEffects": false,
|
|
|
|
"scripts": {
|
2021-08-03 22:32:44 +03:00
|
|
|
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
|
2019-02-11 12:07:22 +03:00
|
|
|
"build:esm": "grunt aiskulite",
|
2021-02-04 03:25:30 +03:00
|
|
|
"build:browser": "rollup -c rollup.config.js",
|
2021-07-07 00:26:31 +03:00
|
|
|
"rebuild": "npm run build",
|
2019-09-07 02:56:14 +03:00
|
|
|
"test": "echo 'No tests'",
|
2021-02-06 04:10:20 +03:00
|
|
|
"lint": "tslint -p tsconfig.json",
|
2021-08-03 22:32:44 +03:00
|
|
|
"dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
|
|
|
|
"sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js"
|
2019-02-11 12:07:22 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-04 03:25:30 +03:00
|
|
|
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
2021-06-08 08:04:48 +03:00
|
|
|
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
|
|
|
|
"@microsoft/api-extractor": "^7.9.11",
|
2021-07-07 00:26:31 +03:00
|
|
|
"grunt": "^1.4.1",
|
|
|
|
"grunt-cli": "^1.4.3",
|
|
|
|
"grunt-contrib-qunit": "^5.0.1",
|
2021-02-04 03:25:30 +03:00
|
|
|
"grunt-run": "^0.8.1",
|
2021-07-22 22:11:47 +03:00
|
|
|
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
2020-03-03 02:14:41 +03:00
|
|
|
"globby": "^11.0.0",
|
2021-04-15 23:43:41 +03:00
|
|
|
"magic-string": "^0.25.7",
|
2021-07-07 00:26:31 +03:00
|
|
|
"@rollup/plugin-commonjs": "^18.0.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^11.2.1",
|
2021-02-04 03:25:30 +03:00
|
|
|
"@rollup/plugin-replace": "^2.3.3",
|
2021-03-17 19:29:27 +03:00
|
|
|
"rollup-plugin-cleanup": "3.2.1",
|
2021-02-04 03:25:30 +03:00
|
|
|
"rollup": "^2.32.0",
|
2019-02-11 12:07:22 +03:00
|
|
|
"source-map-loader": "^0.2.3",
|
2019-02-14 08:50:15 +03:00
|
|
|
"typescript": "2.5.3",
|
2021-04-15 23:43:41 +03:00
|
|
|
"tslib": "^1.13.0",
|
2019-09-07 02:56:14 +03:00
|
|
|
"tslint": "^5.19.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2019-02-11 12:07:22 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-08 08:04:48 +03:00
|
|
|
"@microsoft/dynamicproto-js": "^1.1.4",
|
|
|
|
"@microsoft/applicationinsights-shims": "2.0.0",
|
2021-08-04 00:33:44 +03:00
|
|
|
"@microsoft/applicationinsights-common": "2.6.5",
|
|
|
|
"@microsoft/applicationinsights-channel-js": "2.6.5",
|
|
|
|
"@microsoft/applicationinsights-core-js": "2.6.5"
|
2020-04-01 23:29:23 +03:00
|
|
|
},
|
2021-06-08 21:54:37 +03:00
|
|
|
"peerDependencies": {},
|
2020-04-01 23:29:23 +03:00
|
|
|
"license": "MIT"
|
2019-02-11 12:07:22 +03:00
|
|
|
}
|