77 строки
3.3 KiB
JSON
77 строки
3.3 KiB
JSON
{
|
|
"name": "@microsoft/applicationinsights-web",
|
|
"description": "Microsoft Application Insights JavaScript SDK",
|
|
"version": "3.3.0",
|
|
"keywords": [
|
|
"browser performance monitoring",
|
|
"script errors",
|
|
"application insights",
|
|
"microsoft",
|
|
"azure"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "node common/scripts/install-run-rush-silent.js update",
|
|
"build": "node common/scripts/install-run-rush.js rebuild --verbose",
|
|
"rebuild": "npm run build",
|
|
"testx": "rush test --verbose",
|
|
"test": "node common/scripts/install-run-rush.js test --verbose",
|
|
"mintest": "node common/scripts/install-run-rush.js mintest --verbose",
|
|
"lint": "node common/scripts/install-run-rush.js lint --verbose",
|
|
"perftest": "node common/scripts/install-run-rush.js perftest --verbose",
|
|
"rollupes5": "grunt rollupes5",
|
|
"rupdate": "node common/scripts/install-run-rush.js update --recheck --purge --full",
|
|
"serve": "grunt serve",
|
|
"setVersion": "node ./tools/release-tools/setVersion.js",
|
|
"purge": "node common/scripts/install-run-rush.js purge",
|
|
"rushClean": "node common/scripts/install-run-rush.js clean",
|
|
"fullClean": "npm run rushClean && git clean -xdf && npm install && rush update --recheck --full",
|
|
"fullCleanBuild": "npm run fullClean && npm run rebuild",
|
|
"ai-min": "node common/scripts/install-run-rush.js ai-min",
|
|
"ai-restore": "node common/scripts/install-run-rush.js ai-restore",
|
|
"npm-pack": "node common/scripts/install-run-rush.js npm-pack --verbose",
|
|
"npm-package": "node ./tools/release-tools/npm_package.js",
|
|
"npm-publish": "node ./tools/release-tools/npm_publish.js",
|
|
"npm-set-latest": "node ./tools/release-tools/npm_set_latest.js",
|
|
"gh-status": "node ./tools/status-tools/github-status.js",
|
|
"api-docs": "rush api-docs",
|
|
"imgsizegen": "node ./tools/sizeImageGenerator/size-image-generator.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/ApplicationInsights-JS.git"
|
|
},
|
|
"author": "Microsoft Application Insights Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/ApplicationInsights-JS/issues"
|
|
},
|
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
"devDependencies": {
|
|
"@microsoft/rush": "5.129.6",
|
|
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
|
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
|
"@typescript-eslint/parser": "^5.46.1",
|
|
"archiver": "^5.3.0",
|
|
"chromium": "^3.0.2",
|
|
"connect": "^3.7.0",
|
|
"eslint": "^7.29.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-security": "^1.4.0",
|
|
"grunt": "^1.5.3",
|
|
"grunt-cli": "^1.4.3",
|
|
"grunt-contrib-connect": "^3.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-qunit": "^6.2.1",
|
|
"grunt-contrib-uglify": "^5.2.1",
|
|
"puppeteer": "19.2.0",
|
|
"typedoc": "^0.23.22",
|
|
"typescript": "^4.9.3",
|
|
"whatwg-fetch": "^3.6.2",
|
|
"request": "^2.88.2"
|
|
}
|
|
}
|