ApplicationInsights-JS/AISKULight/package.json

57 строки
2.2 KiB
JSON
Исходник Обычный вид История

2019-02-11 12:07:22 +03:00
{
"name": "@microsoft/applicationinsights-web-basic",
"version": "2.7.0-beta.1",
2019-02-11 12:07:22 +03:00
"description": "Microsoft Application Insights Javascript SDK core and channel",
"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": {
"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",
"build:browser": "rollup -c rollup.config.js",
"rebuild": "npm run build",
"test": "echo 'No tests'",
"lint": "tslint -p tsconfig.json",
"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": {
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
"@microsoft/api-extractor": "^7.18.1",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^5.0.1",
"grunt-run": "^0.8.1",
"@nevware21/grunt-ts-plugin": "^0.4.3",
"@nevware21/grunt-eslint-ts": "^0.2.1",
"globby": "^11.0.0",
"magic-string": "^0.25.7",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.3.3",
"rollup-plugin-cleanup": "3.2.1",
"rollup": "^2.32.0",
2019-02-11 12:07:22 +03:00
"source-map-loader": "^0.2.3",
"typescript": "^4.3.4",
"tslib": "^2.0.0"
},
"peerDependencies": {
"tslib": "*"
2019-02-11 12:07:22 +03:00
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-common": "2.7.0-beta.1",
"@microsoft/applicationinsights-channel-js": "2.7.0-beta.1",
"@microsoft/applicationinsights-core-js": "2.7.0-beta.1"
},
"license": "MIT",
"publishConfig": {
"tag": "beta"
}
2019-02-11 12:07:22 +03:00
}