68 строки
2.8 KiB
JSON
68 строки
2.8 KiB
JSON
{
|
|
"name": "@microsoft/applicationinsights-properties-js",
|
|
"version": "3.3.4",
|
|
"description": "Microsoft Application Insights properties (Part A) plugin",
|
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
"author": "Microsoft Application Insights Team",
|
|
"main": "dist/es5/applicationinsights-properties-js.js",
|
|
"module": "dist-es5/applicationinsights-properties-js.js",
|
|
"types": "types/applicationinsights-properties-js.d.ts",
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-properties-js"
|
|
},
|
|
"scripts": {
|
|
"clean": "git clean -xdf",
|
|
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
|
|
"build:esm": "grunt properties",
|
|
"build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
"rebuild": "npm run build",
|
|
"test": "grunt propertiestests",
|
|
"mintest": "grunt properties-mintests",
|
|
"lint": "tslint -p tsconfig.json",
|
|
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights properties plugin\"",
|
|
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
"ai-min": "grunt properties-min",
|
|
"ai-restore": "grunt properties-restore",
|
|
"npm-pack": "npm pack",
|
|
"api-docs": "typedoc"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/ai-test-framework": "0.0.1",
|
|
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
"@microsoft/api-extractor": "^7.40.0",
|
|
"typescript": "^4.9.3",
|
|
"tslib": "^2.0.0",
|
|
"grunt": "^1.5.3",
|
|
"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",
|
|
"globby": "^11.0.0",
|
|
"magic-string": "^0.25.7",
|
|
"pako": "^2.0.3",
|
|
"@rollup/plugin-commonjs": "^24.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@rollup/plugin-replace": "^5.0.2",
|
|
"rollup": "^3.20.0",
|
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
"typedoc": "^0.26.6",
|
|
"qunit": "^2.11.2",
|
|
"sinon": "^7.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"tslib": ">= 1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
"@microsoft/applicationinsights-core-js": "3.3.4",
|
|
"@microsoft/applicationinsights-common": "3.3.4",
|
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
},
|
|
"license": "MIT"
|
|
}
|