node-mighty
Version:
Client for Mighty Inference Server
30 lines (29 loc) • 633 B
JSON
{
"name": "node-mighty",
"version": "3.0.0",
"description": "Client for Mighty Inference Server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxdotio/node-mighty.git"
},
"keywords": [
"ai",
"nlp",
"transformers",
"onnx",
"bert"
],
"author": "Max Irwin",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/maxdotio/node-mighty/issues"
},
"homepage": "https://github.com/maxdotio/node-mighty#readme",
"dependencies": {
"axios": "^1.5.0"
}
}