hamedal-sdk
Version:
Hamedal's Software Development Kit (SDK) used to interact with the camera by third-party applications
30 lines (29 loc) • 619 B
JSON
{
"name": "hamedal-sdk",
"version": "2.2.3",
"description": "Hamedal's Software Development Kit (SDK) used to interact with the camera by third-party applications",
"main": "./src/devices.js",
"keywords": [
"SDK",
"API",
"Hamedal",
"AI",
"People",
"Count",
"Genius"
],
"author": "AuditoryWorks",
"dependencies": {
"crc": "^3.8.0",
"node-hid": "^1.2.0",
"usb": "^1.6.2"
},
"license": "MIT",
"engines": {
"node": ">=10.15.2"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/",
"access": "public"
}
}