ApplicationInsights-JS/tools/applicationinsights-web-sni.../package.json

57 строки
2.5 KiB
JSON

{
"name": "@microsoft/applicationinsights-web-snippet",
"version": "1.2.1",
"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",
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/tools/applicationinsights-web-snippet"
},
"scripts": {
"clean": "git clean -xdf",
"build": "npm run build:esm && npm run snippet-generate && npm run build:browser && npm run dtsgen",
"build:esm": "grunt websnippet ",
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights Web Snippet\"",
"snippet-generate": "npm run build:snippet && npm run originSnippetCopy && npm run replace && npm run snippetCopy",
"snippetCopy": "grunt snippetCopy",
"originSnippetCopy": "grunt originSnippetCopy",
"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",
"ai-restore": "grunt snippet-restore",
"api-docs": "typedoc"
},
"license": "MIT",
"devDependencies": {
"@types/qunit": "^2.19.3",
"@microsoft/ai-test-framework": "0.0.1",
"@microsoft/applicationinsights-web": "3.3.2",
"@microsoft/applicationinsights-common": "3.3.2",
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
"@microsoft/dynamicproto-js": "^2.0.3",
"@microsoft/api-extractor": "^7.40.0",
"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",
"typedoc": "^0.26.6",
"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"
}
}