-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 966 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 966 Bytes
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
{
"name": "vdj-tapis-js",
"version": "0.6.0",
"description": "VDJServer wrapper for Tapis API",
"author": [
{
"name": "VDJServer",
"email": "vdjserver@utsouthwestern.edu"
}
],
"website": {
"url": "https://vdjserver.org"
},
"repository": {
"type": "git",
"url": "https://github.com/vdjserver/vdj-tapis-js"
},
"license": "GNU AGPL V3",
"main": "tapis.js",
"private": true,
"dependencies": {
"axios": ">=1.6.0",
"bull": "^3.20.0",
"csv-parser": "^2.3.2",
"form-data": "4.0.4",
"js-yaml": "^3.10.0",
"moment": ">=2.29.4",
"moment-timezone": ">=0.5.35",
"mongodb": "^3.4.1",
"nodemailer": "",
"nodemailer-sendmail-transport": "",
"underscore": ">=1.12.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"eslint": "^7.9.0"
},
"scripts": {
"eslint": "eslint",
"test": "make test"
},
"engines": {
"node": ">=12.18.3",
"npm": ">=6.14.6"
}
}