Files
my-dev-server2/vscode-server-linux-x64-web/node_modules/@microsoft/1ds-post-js/package.json
mol 263cb5ef03
Some checks failed
continuous-integration/drone/push Build is failing
test
2024-07-06 22:23:31 +08:00

45 lines
1.3 KiB
JSON

{
"name": "@microsoft/1ds-post-js",
"version": "3.2.13",
"description": "Microsoft Application Insights JavaScript SDK - 1ds-post-js extensions",
"author": "Microsoft Application Insights Team",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"license": "MIT",
"sideEffects": false,
"scripts": {
"ai-min": "grunt post-min",
"ai-restore": "grunt post-restore",
"publishPackage": "npm publish",
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
"npm-pack": "npm pack"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@microsoft/applicationinsights-shims": "^2.0.2",
"@microsoft/dynamicproto-js": "^1.1.7",
"@microsoft/1ds-core-js": "3.2.13"
},
"devDependencies": {
"grunt": "^1.4.1",
"typescript": "^4.3.5"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ApplicationInsights-JS"
},
"main": "dist/ms.post.js",
"module": "dist-esm/src/Index.js",
"keywords": [
"1ds",
"azure",
"cloud",
"script errors",
"microsoft",
"application insights",
"Js",
"SDK"
],
"types": "dist-esm/src/Index.d.ts"
}