-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 3.64 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
{
"name": "files-service",
"version": "0.30.1",
"description": "",
"scripts": {
"start": "npm run serve",
"serve": "node dist/server.js",
"build-ts": "tsc",
"resources": "copyfiles -u 1 src/resources/*.* dist/",
"tslint": "tslint -c tslint.json -p tsconfig.json",
"build": "npm run build-ts && npm run resources && npm run tslint",
"debug": "nodemon --delay 1000ms --inspect --watch 'src/**/*.ts' --watch .env --exec node -r ts-node/register ./src/server.ts",
"test": "mocha --exit --inspect --timeout 60000 -r ts-node/register src/test/**/*.spec.ts",
"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": "OICR",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/icgc-argo/service/issues"
},
"homepage": "https://github.com/icgc-argo/service",
"devDependencies": {
"@types/async-retry": "^1.4.2",
"@types/chai": "^4.2.12",
"@types/chai-http": "^4.2.0",
"@types/connect-mongo": "^0.0.42",
"@types/dockerode": "^2.5.20",
"@types/dotenv": "^6.1.1",
"@types/errorhandler": "^0.0.32",
"@types/express": "^4.17.9",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.134",
"@types/memoizee": "^0.4.4",
"@types/migrate-mongo": "^7.0.0",
"@types/mocha": "^8.0.3",
"@types/mongodb": "^3.1.28",
"@types/mongoose": "^5.10.3",
"@types/mongoose-paginate-v2": "^1.3.11",
"@types/mongoose-sequence": "^3.0.3",
"@types/morgan": "^1.7.35",
"@types/multer": "^1.3.7",
"@types/mysql": "^2.15.9",
"@types/node": "^12.0.10",
"@types/node-fetch": "^2.5.7",
"@types/node-vault": "^0.9.0",
"@types/nodemailer": "^6.2.0",
"@types/request": "^2.48.5",
"@types/response-time": "^2.3.4",
"@types/shelljs": "^0.8.5",
"@types/sinon": "^7.0.13",
"@types/superagent": "^4.1.3",
"@types/swagger-ui-express": "^3.0.1",
"@types/url-join": "^4.0.0",
"@types/uuid": "^3.3.3",
"@types/yamljs": "^0.2.30",
"chai": "^4.2.0",
"chai-exclude": "^2.0.2",
"chai-http": "^4.3.0",
"concurrently": "^5.3.0",
"copyfiles": "^2.1.0",
"husky": "^3.0.0",
"minimist": "^1.2.2",
"mocha": "^8.1.3",
"nock": "^13.0.5",
"nodemon": "^1.19.1",
"prettier": "^1.19.1",
"pretty-quick": "^1.11.1",
"shelljs": "^0.8.3",
"sinon": "^7.3.2",
"testcontainers": "^6.4.0",
"tslint": "^5.20.1",
"typescript": "^4.9.0"
},
"dependencies": {
"@elastic/elasticsearch": "7.5.0",
"@icgc-argo/ego-token-utils": "^7.2.0",
"@overture-stack/ego-token-middleware": "^2.2.1",
"@supercharge/promise-pool": "^1.7.0",
"ajv": "^8.1.0",
"async-retry": "^1.3.1",
"axios": "^0.21.1",
"connect-mongo": "^3.0.0",
"date-fns": "^2.19.0",
"dotenv": "^8.0.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.16.2",
"express-validator": "^6.0.1",
"graphql": "^16.3.0",
"graphql-request": "^3.7.0",
"jsonwebtoken": "^8.5.1",
"kafkajs": "^1.12.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.19",
"memoizee": "^0.4.14",
"migrate-mongo": "^7.0.1",
"mock-http-server": "^1.4.1",
"mongoose": "^5.11.11",
"mongoose-paginate-v2": "^1.4.2",
"mongoose-sequence": "^5.2.2",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"node-vault": "^0.9.11",
"node-worker-threads-pool": "^1.2.2",
"nodemailer": "^6.2.1",
"promise-tools": "^2.1.0",
"qs": "^6.12.1",
"response-time": "^2.3.2",
"swagger-ui-express": "^4.0.7",
"ts-node": "^8.5.4",
"url-join": "^4.0.1",
"winston": "^3.2.1",
"yamljs": "^0.3.0",
"zod": "^3.22.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}