hop-learn
Version:
conduct local ML
34 lines (33 loc) • 723 B
JSON
{
"name": "hop-learn",
"version": "0.1.0",
"description": "conduct local ML",
"type": "module",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/healthscience/hop-learn.git"
},
"keywords": [
"sovereign",
"ml",
"local",
"dml"
],
"author": "aboynejames",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/healthscience/hop-learn/issues"
},
"homepage": "https://github.com/healthscience/hop-learn#readme",
"dependencies": {
"cale-evolution": "^0.0.10",
"cale-gtp4all": "^0.0.4"
}
}