@nuralogix.ai/dfx-api-client
Version:
DeepAffex API JavaScript Client Library
34 lines (33 loc) • 813 B
JSON
{
"name": "@nuralogix.ai/dfx-api-client",
"version": "1.0.73",
"description": "DeepAffex API JavaScript Client Library",
"homepage": "https://docs.deepaffex.ai/jsapiclient/",
"type": "module",
"main": "./lib/index.cjs",
"exports": {
".": {
"node": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
},
"browser": "./lib/browser.mjs",
"default": "./lib/index.mjs",
"types": "./lib/index.d.ts"
},
"./worker": {
"import": "./lib/worker/index.mjs",
"default": "./lib/worker/index.mjs",
"types": "./lib/worker/index.d.ts"
}
},
"keywords": [
"DFX",
"Cloud API",
"Nuralogix",
"DeepAffex"
],
"author": "Hamed Hassanzadeh Amin",
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {}
}