@microsoft/1ds-core-js
Version:
Microsoft Application Insights JavaScript SDK - 1ds-core-js
70 lines (69 loc) • 2.7 kB
JSON
{
"name": "@microsoft/1ds-core-js",
"version": "4.3.9",
"description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js",
"author": "Microsoft Application Insights Team",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"license": "MIT",
"sideEffects": false,
"scripts": {
"clean": "git clean -xdf",
"build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri",
"build:esm": "grunt 1dsCoreBuild",
"build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
"rebuild": "npm run build",
"ai-min": "grunt 1dsCore-min",
"ai-restore": "grunt 1dsCore-restore",
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Core\" -oneDs",
"test": "grunt 1dsCoreTest",
"mintest": "grunt 1dsCoreMinTest",
"perftest": "",
"publishPackage": "npm publish",
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
"npm-pack": "npm pack",
"api-docs": "typedoc"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/1ds-core-js"
},
"main": "dist/es5/ms.core.js",
"module": "dist-es5/Index.js",
"types": "types/1ds-core-js.d.ts",
"keywords": [
"1DS",
"Js",
"SDK"
],
"dependencies": {
"@microsoft/applicationinsights-shims": "3.0.1",
"@microsoft/applicationinsights-core-js": "3.3.9",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.11.8 < 2.x",
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
},
"devDependencies": {
"@types/qunit": "^2.19.3",
"@types/sinon": "4.3.3",
"@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",
"@nevware21/ts-async": ">= 0.5.4 < 2.x",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"globby": "^11.0.0",
"@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",
"typescript": "^4.9.3",
"tslib": "^2.0.0",
"qunit": "^2.11.2",
"sinon": "^7.3.1",
"pako": "^2.0.3"
}
}