2022-05-10 20:58:32 +03:00
|
|
|
{
|
2023-09-20 19:20:56 +03:00
|
|
|
"name": "@microsoft/applicationinsights-web-snippet",
|
2024-07-10 20:38:07 +03:00
|
|
|
"version": "1.2.1",
|
2023-09-20 19:20:56 +03:00
|
|
|
"description": "Microsoft Application Insights Web Snippet",
|
|
|
|
"main": "dist/es5/node/applicationinsights-web-snippet.js",
|
|
|
|
"module": "dist-es5/applicationinsights-web-snippet.js",
|
|
|
|
"types": "types/applicationinsights-web-snippet.d.ts",
|
|
|
|
"sideEffects": false,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-02-17 03:54:54 +03:00
|
|
|
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/tools/applicationinsights-web-snippet"
|
2023-09-20 19:20:56 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "git clean -xdf",
|
2024-03-02 03:58:28 +03:00
|
|
|
"build": "npm run build:esm && npm run snippet-generate && npm run build:browser && npm run dtsgen",
|
2023-09-20 19:20:56 +03:00
|
|
|
"build:esm": "grunt websnippet ",
|
2024-03-02 03:58:28 +03:00
|
|
|
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Web Snippet\"",
|
2024-06-22 00:29:40 +03:00
|
|
|
"snippet-generate": "npm run build:snippet && npm run originSnippetCopy && npm run replace && npm run snippetCopy",
|
2023-09-20 19:20:56 +03:00
|
|
|
"snippetCopy": "grunt snippetCopy",
|
2024-06-22 00:29:40 +03:00
|
|
|
"originSnippetCopy": "grunt originSnippetCopy",
|
2023-09-20 19:20:56 +03:00
|
|
|
"build:snippet": "rollup -c rollupSnippet.config.js --bundleConfigAsCjs",
|
|
|
|
"replace": "grunt websnippetReplace",
|
|
|
|
"build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
|
|
"rebuild": "npm run build",
|
|
|
|
"test": "grunt websnippettests",
|
|
|
|
"lint": "tslint -p tsconfig.json",
|
|
|
|
"npm-pack": "npm pack",
|
2023-10-31 00:39:02 +03:00
|
|
|
"ai-restore": "grunt snippet-restore",
|
|
|
|
"api-docs": "typedoc"
|
2023-09-20 19:20:56 +03:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/qunit": "^2.19.3",
|
|
|
|
"@microsoft/ai-test-framework": "0.0.1",
|
2024-08-31 03:34:54 +03:00
|
|
|
"@microsoft/applicationinsights-web": "3.3.2",
|
|
|
|
"@microsoft/applicationinsights-common": "3.3.2",
|
2023-09-20 19:20:56 +03:00
|
|
|
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
|
|
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
2024-02-17 03:54:54 +03:00
|
|
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
2024-03-02 03:58:28 +03:00
|
|
|
"@microsoft/api-extractor": "^7.40.0",
|
2023-09-20 19:20:56 +03:00
|
|
|
"typescript": "^4.9.3",
|
|
|
|
"tslib": "^2.0.0",
|
|
|
|
"magic-string": "^0.25.7",
|
|
|
|
"@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",
|
2024-08-22 20:16:55 +03:00
|
|
|
"typedoc": "^0.26.6",
|
2023-09-20 19:20:56 +03:00
|
|
|
"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"
|
|
|
|
}
|
2022-05-10 20:58:32 +03:00
|
|
|
}
|