-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 801 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
{
"name": "vdjserver-schema",
"version": "2.5.0",
"description": "VDJServer Schema",
"author": [
{
"name": "VDJServer",
"email": "vdjserver@utsouthwestern.edu"
}
],
"website": {
"url": "https://vdjserver.org"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/vdjserver/vdjserver-schema"
},
"license": "GNU AGPL V3",
"main": "vdjserver-schema.js",
"browser": {
"./vdjserver-schema.js": "./vdjserver-schema-browser.js"
},
"private": true,
"dependencies": {
"airr-js": "file:airr-standards/lang/js"
},
"devDependencies": {
"eslint": "^7.9.0"
},
"scripts": {
"eslint": "eslint",
"test": "jest",
"prepare": "node ./deref.js"
},
"engines": {
"node": ">=12.18.3",
"npm": ">=6.14.6"
}
}