-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.1 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "dac-api",
"version": "1.9.0",
"description": "",
"scripts": {
"start": "npm run serve",
"serve": "node dist/src/server.js",
"build-ts": "tsc -p tsconfig.build.json",
"resources": "copyfiles -u 1 src/resources/*.* dist/src/",
"build": "npm run build-ts && npm run resources",
"debug": "npm run build && sleep 3 && npm run watch-debug",
"watch-debug": "nodemon --delay 1000ms --inspect --watch 'src/**/*.ts' --exec node -r ts-node/register ./src/server.ts",
"test": "mocha --exit",
"migrate-up": "migrate-mongo up",
"migrate-down": "migrate-mongo down",
"migrate-status": "migrate-mongo status"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icgc-argo/service.git"
},
"author": "blabadi",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/icgc-argo/service/issues"
},
"homepage": "https://github.com/icgc-argo/service",
"devDependencies": {
"@types/bcrypt-nodejs": "^0.0.31",
"@types/bluebird": "^3.5.27",
"@types/body-parser": "^1.19.0",
"@types/chai": "^4.2.17",
"@types/chai-http": "^4.2.0",
"@types/connect-mongo": "^3.1.3",
"@types/dockerode": "^3.2.3",
"@types/dotenv": "^8.2.0",
"@types/errorhandler": "^1.5.0",
"@types/express": "^4.17.11",
"@types/express-fileupload": "^1.1.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.14.168",
"@types/memoizee": "^0.4.5",
"@types/migrate-mongo": "^8.1.0",
"@types/mjml": "^4.7.0",
"@types/mocha": "^8.2.2",
"@types/mongodb": "^3.6.12",
"@types/mongoose": "^5.10.5",
"@types/mongoose-sequence": "^3.0.4",
"@types/morgan": "^1.9.2",
"@types/multer": "^1.4.5",
"@types/mysql": "^2.15.18",
"@types/node": "^15.0.1",
"@types/node-fetch": "^2.5.10",
"@types/node-vault": "^0.9.13",
"@types/nodemailer": "^6.4.2",
"@types/request": "^2.48.5",
"@types/response-time": "^2.3.4",
"@types/shelljs": "^0.8.8",
"@types/sinon": "^10.0.0",
"@types/superagent": "^4.1.10",
"@types/swagger-ui-express": "^4.1.2",
"@types/url-join": "^4.0.1",
"@types/uuid": "^8.3.0",
"@types/yamljs": "^0.2.31",
"chai": "^4.3.4",
"chai-exclude": "^2.0.3",
"chai-http": "^4.3.0",
"concurrently": "^6.0.2",
"copyfiles": "^2.4.1",
"husky": "^6.0.0",
"minimist": "^1.2.5",
"mocha": "^8.3.2",
"nodemon": "^2.0.7",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.0",
"shelljs": "^0.8.4",
"sinon": "^10.0.0",
"testcontainers": "^7.8.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.6.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.18.0",
"@aws-sdk/s3-request-presigner": "^3.18.0",
"@overture-stack/ego-token-middleware": "^2.4.1",
"archiver": "^5.3.0",
"aws-sdk": "^2.923.0",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"body-parser": "^1.19.0",
"cd": "^0.3.3",
"connect-mongo": "^4.4.1",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.1",
"express-validator": "^6.10.1",
"handlebars": "^4.7.7",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.7.1",
"kafkajs": "^1.15.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"migrate-mongo": "^8.2.2",
"mjml": "^4.9.3",
"mock-http-server": "^1.4.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.12.6",
"mongoose-sequence": "^5.3.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"node-vault": "^0.9.21",
"node-worker-threads-pool": "^1.5.0",
"nodemailer": "^6.6.1",
"promise-tools": "^2.1.0",
"response-time": "^2.3.2",
"swagger-ui-express": "^4.1.6",
"ts-node": "^10.9.1",
"url-join": "^4.0.1",
"uuid": "^8.3.2",
"validate.js": "^0.13.1",
"winston": "^3.3.3",
"yamljs": "^0.3.0",
"zod": "^3.23.8"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": {
"printWidth": 100,
"trailingComma": "all",
"singleQuote": true
}
}