@nuralogix.ai/anura-web-core-sdk
Version:
Anura Web Core SDK
37 lines (36 loc) • 890 B
JSON
{
"name": "@nuralogix.ai/anura-web-core-sdk",
"version": "0.1.0-beta.1",
"description": "Anura Web Core SDK",
"author": "Hamed Hassanzadeh Amin",
"homepage": "https://docs.deepaffex.ai/web-core",
"keywords": [
"Anura Web Core SDK",
"Web",
"Nuralogix",
"Anura",
"DeepAffex"
],
"license": "SEE LICENSE IN LICENSE",
"type": "module",
"main": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"types": "./lib/index.d.ts"
},
"./helpers": {
"import": "./lib/helpers/index.mjs",
"types": "./lib/helpers/index.d.ts"
},
"./masks/tele": {
"import": "./lib/masks/tele/index.mjs",
"types": "./lib/masks/tele/index.d.ts"
},
"./masks/anura": {
"import": "./lib/masks/anura/index.mjs",
"types": "./lib/masks/anura/index.d.ts"
}
}
}