-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 3.73 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 3.73 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "service",
"version": "2.4.1",
"description": "Service side of clearlydefined.io.",
"type": "module",
"engines": {
"node": "24"
},
"scripts": {
"test": "ENABLE_REST_VALIDATION_ERRORS=true npm run mocha && npm run lint",
"mocha": "mocha --exit \"test/**/*.ts\" \"test/**/*.mts\"",
"lint": "npm run tsc && biome check .",
"lint:fix": "biome check . --write",
"tsc": "tsc && tsc -p test/tsconfig.json",
"dev": "nodemon ./bin/www",
"start": "node --max-old-space-size=8192 ./bin/www",
"debug": "node --inspect=0.0.0.0:9228 --max-old-space-size=8192 ./bin/www"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/clearlydefined/service.git"
},
"dependencies": {
"@clearlydefined/spdx": "github:clearlydefined/spdx#v0.1.10",
"@gitbeaker/rest": "43.8.0",
"@octokit/rest": "22.0.1",
"ajv": "8.18.0",
"ajv-errors": "3.0.0",
"ajv-formats": "3.0.1",
"applicationinsights": "3.15.0",
"axios": "1.16.1",
"azure-storage": "2.10.7",
"base-64": "1.0.0",
"body-parser": "2.2.2",
"bottleneck": "2.19.5",
"colors": "1.4.0",
"cookie-parser": "1.4.7",
"cors": "2.8.6",
"debug": "4.4.3",
"express": "5.2.1",
"express-rate-limit": "8.5.2",
"express-routes-versioning": "1.0.1",
"extend": "3.0.2",
"geit": "0.0.7",
"he": "1.2.0",
"helmet": "8.1.0",
"js-yaml": "4.1.1",
"lodash": "4.18.1",
"luxon": "3.7.2",
"memory-cache": "0.2.0",
"minimatch": "10.2.5",
"mkdirp": "3.0.1",
"mongodb": "6.16.0",
"morgan": "1.10.1",
"painless-config": "0.1.2",
"pako": "2.1.0",
"passport": "0.7.0",
"passport-github": "1.1.0",
"promise-retry": "2.0.1",
"rate-limit-redis": "4.3.1",
"recursive-readdir": "2.2.3",
"redis": "5.11.0",
"request-id": "0.11.1",
"semver": "7.7.4",
"serialize-error": "13.0.1",
"spdx-expression-parse": "github:clearlydefined/spdx-expression-parse.js#fork",
"spdx-license-list": "6.11.0",
"swagger-ui-express": "5.0.1",
"throat": "6.0.2",
"tiny-attribution-generator": "0.1.3",
"tmp": "0.2.5",
"winston": "3.19.0",
"xml2js": "0.6.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.11",
"@tsconfig/node-ts": "23.6.4",
"@tsconfig/node24": "24.0.4",
"@tsconfig/strictest": "2.0.8",
"@types/base-64": "1.0.2",
"@types/body-parser": "1.19.6",
"@types/chai": "5.2.3",
"@types/chai-as-promised": "8.0.2",
"@types/cookie-parser": "1.4.10",
"@types/cors": "2.8.19",
"@types/debug": "4.1.13",
"@types/deep-equal-in-any-order": "1.0.4",
"@types/express": "5.0.6",
"@types/extend": "3.0.4",
"@types/he": "1.2.3",
"@types/js-yaml": "4.0.9",
"@types/lodash": "4.17.24",
"@types/luxon": "3.7.1",
"@types/memory-cache": "0.2.6",
"@types/mocha": "10.0.10",
"@types/morgan": "1.9.10",
"@types/node": "24.12.2",
"@types/pako": "2.0.4",
"@types/passport": "1.0.17",
"@types/passport-github": "1.1.13",
"@types/promise-retry": "1.1.6",
"@types/recursive-readdir": "2.2.4",
"@types/semver": "7.7.1",
"@types/sinon": "21.0.1",
"@types/spdx-expression-parse": "4.0.0",
"@types/supertest": "7.2.0",
"@types/swagger-ui-express": "4.1.8",
"@types/tmp": "0.2.6",
"@types/xml2js": "0.4.14",
"chai": "6.2.2",
"chai-as-promised": "8.0.2",
"deep-equal-in-any-order": "2.2.0",
"esmock": "2.7.3",
"mocha": "11.7.5",
"mockttp": "4.3.0",
"mongodb-memory-server": "11.0.1",
"node-mocks-http": "1.17.2",
"nodemon": "3.1.14",
"nyc": "18.0.0",
"pako-1": "npm:pako@^1.0.8",
"sinon": "21.1.2",
"supertest": "7.2.2",
"testcontainers": "11.14.0",
"typescript": "6.0.2"
}
}