forked from microsoft/ApplicationInsights-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@microsoft/applicationinsights-web",
"description": "Microsoft Application Insights JavaScript SDK",
"version": "2.8.7",
"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",
"rollupes3": "grunt rollupes3",
"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",
"fullClean": "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"
},
"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.75.0",
"@nevware21/grunt-eslint-ts": "^0.2.2",
"@nevware21/grunt-ts-plugin": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"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-qunit": "^5.0.1",
"grunt-contrib-uglify": "^5.0.1",
"grunt-string-replace": "^1.3.1",
"puppeteer": "^13.1.3",
"typedoc": "^0.22.8",
"typescript": "^4.3.4",
"whatwg-fetch": "^3.0.0"
}
}