This repository was archived by the owner on Jul 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 4.06 KB
/
Copy pathpackage.json
File metadata and controls
102 lines (102 loc) · 4.06 KB
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
100
101
102
{
"name": "@digicatapult/sqnc-matchmaker-api",
"version": "6.2.138",
"description": "An OpenAPI Matchmaking API service for SQNC",
"main": "src/index.ts",
"type": "module",
"scripts": {
"lint": "eslint .",
"check": "npm run build:tsoa && tsc --noEmit",
"depcheck": "depcheck",
"build:tsoa": "tsoa spec-and-routes",
"build": "tsoa spec-and-routes && swc ./src -d ./build --strip-leading-paths --copy-files",
"start": "node build/index.js",
"dev": "concurrently \"NODE_ENV=dev nodemon | pino-colada\" \"nodemon -x tsoa spec-and-routes --ignore src/routes.ts --ignore src/swagger.json\"",
"dev:telemetry": "concurrently -k \"NODE_ENV=dev NODE_OPTIONS='--require @opentelemetry/auto-instrumentations-node/register' GRPC_INSECURE=true OTEL_SERVICE_NAME='sqnc-matchmaker-api' OTEL_EXPORTER_OTLP_TRACES_PROTOCOL='grpc' OTEL_EXPORTER_OTLP_TRACES_ENDPOINT='http://localhost:4317' OTEL_TRACES_EXPORTER='otlp' OTEL_PROPAGATORS='tracecontext,baggage' nodemon | pino-colada\" \"nodemon -x tsoa spec-and-routes --ignore src/routes.ts --ignore src/swagger.json\"",
"test:offchain": "NODE_ENV=test ./node_modules/.bin/mocha --config ./test/mocharc.json ./test/integration/offchain/*.test.ts",
"test:onchain": "NODE_ENV=test ./node_modules/.bin/mocha --config ./test/mocharc.json ./test/integration/onchain/*.test.ts",
"test:proxyless": "NODE_ENV=proxyless ./node_modules/.bin/mocha --config ./test/mocharc.json ./test/integration/proxyless/*.test.ts",
"test:unit": "NODE_ENV=test ./node_modules/.bin/mocha --config ./test/mocharc.json ./src/**/*.test.ts",
"db:cmd": "node --import=./import/index.mjs ./node_modules/.bin/knex",
"db:migrate": "npm run db:cmd -- migrate:latest --knexfile src/lib/db/knexfile.ts",
"db:rollback": "npm run db:cmd -- migrate:rollback --knexfile src/lib/db/knexfile.ts",
"coverage": "c8 npm run test",
"flows": "process-management create -h localhost -p 9944 -u //Alice -f processFlows.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digicatapult/sqnc-matchmaker-api.git"
},
"engines": {
"node": "^22.x.x",
"npm": "^10.x.x"
},
"keywords": [
"OpenAPI"
],
"author": "Digital Catapult",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/digicatapult/sqnc-matchmaker-api/issues"
},
"homepage": "https://github.com/digicatapult/sqnc-matchmaker-api#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^9.39.5",
"@swc-node/register": "^1.11.1",
"@swc/cli": "^0.8.1",
"@types/chai": "^5.2.3",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/mocha": "^10.0.10",
"@types/node": "^20.19.43",
"@types/sinon": "^22.0.0",
"@types/supertest": "^6.0.3",
"@types/swagger-ui-express": "^4.1.8",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^8.63.0",
"@typescript-eslint/parser": "^8.63.0",
"c8": "^10.1.3",
"chai": "^6.2.2",
"concurrently": "^9.2.4",
"depcheck": "^1.4.7",
"eslint": "^9.39.5",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"globals": "^17.7.0",
"mocha": "^11.7.6",
"nodemon": "^3.1.14",
"pino-colada": "^2.2.2",
"prettier": "^3.9.5",
"sinon": "^22.0.0",
"supertest": "^7.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"undici": "^7.28.0"
},
"dependencies": {
"@digicatapult/sqnc-process-management": "^3.0.107",
"@digicatapult/tsoa-oauth-express": "^2.0.65",
"@grpc/grpc-js": "^1.14.4",
"@opentelemetry/auto-instrumentations-node": "^0.78.0",
"@polkadot/api": "^16.5.6",
"@tsoa/runtime": "^6.6.0",
"async-mutex": "^0.5.0",
"base-x": "^5.0.1",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"envalid": "^8.2.0",
"express": "^5.2.1",
"express-prom-bundle": "^8.0.0",
"knex": "^3.3.0",
"moment": "^2.30.1",
"pg": "^8.22.0",
"pino": "^10.3.1",
"reflect-metadata": "^0.2.2",
"swagger-ui-express": "^5.0.1",
"tsoa": "^6.6.0",
"tsyringe": "^4.10.0",
"uuid": "^14.0.1",
"zod": "^4.4.3"
}
}