forked from clearlydefined/service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.45 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
{
"name": "service",
"version": "0.1.1",
"description": "Service side of clearlydefined.io.",
"scripts": {
"test": "nyc mocha --exit \"test/**/*.js\" && eslint .",
"dev": "nodemon ./bin/www",
"start": "node ./bin/www",
"postinstall": "patch-package"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/clearlydefined/service.git"
},
"dependencies": {
"@clearlydefined/spdx": "^0.1.7",
"@gitbeaker/node": "^29.2.4",
"@octokit/rest": "^14.0.9",
"ajv": "^6.12.3",
"ajv-errors": "^1.0.0",
"applicationinsights": "^1.5.0",
"azure-storage": "^2.10.2",
"base-64": "^0.1.0",
"body-parser": "~1.18.2",
"bottleneck": "^2.15.3",
"colors": "^1.1.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"express": "^4.17.3",
"express-init": "^1.1.1",
"express-rate-limit": "^6.0.4",
"express-routes-versioning": "^1.0.1",
"extend": "^3.0.2",
"geit": "0.0.7",
"he": "^1.1.1",
"helmet": "^3.21.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"luxon": "^2.5.2",
"memory-cache": "^0.2.0",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"mongodb": "^3.1.13",
"morgan": "^1.9.1",
"painless-config": "^0.1.0",
"pako": "^1.0.8",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"patch-package": "^6.2.1",
"promise-retry": "^1.1.1",
"rate-limit-redis": "^2.1.0",
"readdirp": "^2.1.0",
"recursive-readdir": "^2.2.1",
"redis": "^3.1.1",
"request-id": "^0.11.1",
"request-promise-native": "^1.0.5",
"semver": "^5.4.1",
"serialize-error": "^2.1.0",
"spdx-expression-parse": "github:clearlydefined/spdx-expression-parse.js#fork",
"spdx-license-list": "^6.8.0",
"swagger-ui-express": "^4.0.1",
"throat": "^4.1.0",
"tiny-attribution-generator": "0.1.2",
"tmp": "0.0.33",
"vso-node-api": "^6.2.8-preview",
"winston": "^2.3.0",
"winston-azure-application-insights": "^1.5.0"
},
"devDependencies": {
"@types/express": "4.17.17",
"@types/mocha": "8.2.3",
"@types/node": "18.15.11",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"deep-equal-in-any-order": "^1.0.10",
"eslint": "^7.5",
"mocha": "^8.2.1",
"mongodb-memory-server": "^8.11.2",
"node-mocks-http": "^1.6.7",
"nodemon": "^2.0.3",
"nyc": "^15.0.0",
"proxyquire": "^2.0.1",
"sinon": "^5.0.0",
"typescript": "5.0.4"
}
}