{
"name": "rnsr-geo-ml-dvc",
"version": "1.0.0",
"description": "Apprentissage du RNSR avec répartition géographique",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@gitbucket.inist.fr:22222/parmentf/rnsr-geo-ml-dvc.git"
},
"keywords": [
"rnsr",
"learning"
],
"author": "francois.parmentier.2@cnrs.fr",
"license": "MIT",
"dependencies": {
"ramda": "^0.28.0",
"yaml": "^2.1.1",
"zx": "^7.0.7"
},
"devDependencies": {
"@types/ramda": "^0.28.15"
}
}