-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 942 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 942 Bytes
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
{
"type": "module",
"scripts": {
"build": "npm run clean && tsc -p ./tsconfig.json",
"clean": "rimraf out ",
"test": "mocha out/*.test.{js,cjs,mjs} --parallel"
},
"dependencies": {
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.7",
"@types/sinon": "^17.0.1",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.0",
"mocha": "^10.2.0",
"rimraf": "^5.0.5",
"sinon": "^15.2.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"@microsoft/feature-management": "latest",
"@microsoft/feature-management-applicationinsights-browser": "latest",
"@microsoft/feature-management-applicationinsights-node": "latest",
"@azure/app-configuration-provider": "latest",
"@microsoft/applicationinsights-web": "^3.3.4",
"applicationinsights": "^2.9.6"
}
}