-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 980 Bytes
/
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
{
"name": "",
"version": "",
"description": "",
"scripts": {
"dev": "cross-env NODE_ENV=development func start",
"test": "standard --fix && jest",
"jest": "jest"
},
"author": "",
"devDependencies": {
"@azure/identity-vscode": "^1.0.0",
"@types/jest": "27.4.1",
"cross-env": "^7.0.3",
"jest": "^27.5.1",
"msw": "^0.36.8",
"standard": "^16.0.4",
"stub-azure-function-context": "2.0.0-alpha.7"
},
"standard": {
"ignore": [
"tests/*",
"mocks/*",
"func-Debug/*"
]
},
"dependencies": {
"@azure/identity": "2.0.5",
"@vtfk/e18": "^2.1.5",
"@vtfk/responsehandlers": "1.0.25",
"@vtfk/utilities": "^1.4.0",
"axios": "0.26.1",
"azure-ad-verify-token": "^1.1.2",
"dotenv": "16.0.1",
"lodash.get": "^4.4.2",
"mongodb": "^4.5.0",
"mongodb-memory-server": "^8.5.2",
"mongoose": "6.2.11",
"nanoid": "3.3.4",
"node-cache": "^5.1.2",
"qs": "6.10.5"
}
}