2019-02-11 12:07:22 +03:00
|
|
|
{
|
|
|
|
"name": "@microsoft/applicationinsights-web-basic",
|
2022-03-01 00:10:08 +03:00
|
|
|
"version": "2.7.4",
|
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
|
|
|
},
|
2021-10-22 20:33:31 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/microsoft/ApplicationInsights-JS.git",
|
2021-11-04 21:08:45 +03:00
|
|
|
"directory": "AISKULight"
|
2021-10-22 20:33:31 +03:00
|
|
|
},
|
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",
|
2021-08-17 02:53:28 +03:00
|
|
|
"@microsoft/api-extractor": "^7.18.1",
|
2021-07-07 00:26:31 +03:00
|
|
|
"grunt": "^1.4.1",
|
|
|
|
"grunt-cli": "^1.4.3",
|
|
|
|
"grunt-contrib-qunit": "^5.0.1",
|
2021-07-22 22:11:47 +03:00
|
|
|
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
2021-09-14 03:15:33 +03:00
|
|
|
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
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",
|
2021-08-17 02:53:28 +03:00
|
|
|
"typescript": "^4.3.4",
|
|
|
|
"tslib": "^2.0.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"tslib": "*"
|
2019-02-11 12:07:22 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-08 08:04:48 +03:00
|
|
|
"@microsoft/dynamicproto-js": "^1.1.4",
|
2022-02-01 04:31:47 +03:00
|
|
|
"@microsoft/applicationinsights-shims": "2.0.1",
|
2022-03-01 00:10:08 +03:00
|
|
|
"@microsoft/applicationinsights-common": "2.7.4",
|
|
|
|
"@microsoft/applicationinsights-channel-js": "2.7.4",
|
|
|
|
"@microsoft/applicationinsights-core-js": "2.7.4"
|
2020-04-01 23:29:23 +03:00
|
|
|
},
|
2021-09-08 21:09:38 +03:00
|
|
|
"license": "MIT"
|
2019-02-11 12:07:22 +03:00
|
|
|
}
|