-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
27 lines (27 loc) · 969 Bytes
/
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
{
"name": "molgenis-solve-rd",
"version": "1.0.0",
"description": "managment of the RD3 database",
"main": "index.js",
"scripts": {
"set-acc": "mcmd config set host https://solve-rd-acc.gcc.rug.nl/",
"set-prod": "mcmd config set host https://solve-rd.gcc.rug.nl/",
"zip": "zip templates/rd3_novelomics_templates.zip templates/*.csv",
"build": "python3 model/build.py",
"build:templates": "python3 rd3/solverd_make_templates.py",
"pip:freeze": "rm requirements.txt && pip freeze >> requirements.txt",
"rd3-py-build": "cd rd3-py && yarn build && cd ..",
"rd3-py-install": "pip install rd3-py/dist/*.tar.gz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/molgenis/molgenis-solve-rd.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/molgenis/molgenis-solve-rd/issues"
},
"homepage": "https://github.com/molgenis/molgenis-solve-rd#readme"
}