-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.75 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "",
"version": "",
"main": "dist/src/init/index.js",
"scripts": {
"build": "tsc",
"build:production": "npm run prestart && npm prune --production",
"watch": "tsc --w",
"prestart": "npm run build && func extensions install",
"start:host": "func start",
"start": "npm-run-all --parallel start:host watch",
"test": "npx jest --watchAll=true",
"gen": "graphql-codegen --config src/graphql/schema/builder/codegen.yml",
"gen:watch": "graphql-codegen --config src/graphql/schema/builder/codegen.yml --watch --silent=false",
"postinstall": "serenity-bdd update",
"prebdd": "npm run bdd:clean && npm run bdd:build",
"bdd": "cucumber-js --config ./features/support/cucumber.json",
"bddreport": "failsafe bdd bdd:report",
"bdd:clean": "clear && rm -rf dist living-documentation test-results target",
"bdd:build": "npm run build",
"bdd:report": "serenity-bdd run --features ./features --destination ./living-documentation --source ./test-results/bdd"
},
"description": "",
"devDependencies": {
"@cucumber/cucumber": "^10.3.1",
"@graphql-codegen/cli": "^3.3.0",
"@graphql-codegen/introspection": "^3.0.1",
"@graphql-codegen/typed-document-node": "^4.0.0",
"@graphql-codegen/typescript": "^3.0.3",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-resolvers": "^3.2.0",
"@serenity-js/assertions": "^3.21.0",
"@serenity-js/console-reporter": "^3.21.0",
"@serenity-js/core": "^3.21.0",
"@serenity-js/cucumber": "^3.21.0",
"@serenity-js/rest": "^3.21.0",
"@serenity-js/serenity-bdd": "^3.21.0",
"@types/jest": "^27.4.0",
"@types/node": "^18.16.0",
"jest": "^29.7.0",
"jest-html-reporter": "^3.6.0",
"mongodb-memory-server": "^8.3.0",
"npm-failsafe": "^1.2.0",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.1.2",
"typescript": "^5.1.3"
},
"dependencies": {
"@apollo/cache-control-types": "^1.0.2",
"@apollo/server": "^4.6.0",
"@apollo/server-plugin-response-cache": "^4.1.2",
"@apollo/utils.keyvaluecache": "^3.0.0",
"@azure/arm-maps": "^3.1.0-beta.1",
"@azure/cognitiveservices-contentmoderator": "^5.0.1",
"@azure/functions": "^4.2.0",
"@azure/identity": "^2.1.0",
"@azure/monitor-opentelemetry": "^1.3.0",
"@azure/ms-rest-azure-js": "^2.1.0",
"@azure/search-documents": "^11.2.1",
"@azure/storage-blob": "^12.8.0",
"@graphql-tools/graphql-file-loader": "^7.3.3",
"@graphql-tools/load": "^7.5.1",
"@graphql-tools/load-files": "^6.5.3",
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/stitch": "^8.4.3",
"@lucaspaganini/value-objects": "^1.3.1",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/api-logs": "^0.49.1",
"@opentelemetry/instrumentation": "^0.49.1",
"@opentelemetry/instrumentation-dataloader": "^0.7.0",
"@opentelemetry/instrumentation-graphql": "^0.38.1",
"@opentelemetry/instrumentation-http": "^0.49.1",
"@opentelemetry/instrumentation-mongodb": "^0.41.0",
"@opentelemetry/resources": "^1.22.0",
"@opentelemetry/sdk-logs": "^0.49.1",
"@opentelemetry/sdk-trace-base": "^1.22.0",
"@opentelemetry/semantic-conventions": "^1.22.0",
"@types/archiver": "^5.3.1",
"apollo-datasource-mongodb": "^0.6.0",
"archiver": "^5.3.1",
"async-retry": "^1.3.3",
"axios": "^1.3.6",
"dayjs": "^1.11.3",
"graphql": "^16.6.0",
"graphql-fields": "^2.0.3",
"graphql-middleware": "^6.1.33",
"graphql-mongo-fields": "^1.0.6",
"graphql-scalars": "^1.14.1",
"graphql-shield": "^7.6.5",
"jose": "^4.5.0",
"moment": "^2.29.1",
"mongoose": "^6.2.1",
"nanoid": "^3.3.2",
"openid-client": "^5.1.3",
"retry": "^0.13.1",
"underscore": "^1.13.6",
"uuid": "^9.0.1"
}
}