UNPKG

@veryfi/veryfi-sdk

Version:

Node.js module for communicating with the Veryfi OCR API

59 lines (58 loc) 1.35 kB
{ "name": "@veryfi/veryfi-sdk", "version": "1.4.4", "description": "Node.js module for communicating with the Veryfi OCR API", "main": "lib/client/client.js", "typings": "lib/types/Client.ts", "scripts": { "test": "jest", "doc": "jsdoc -d docs --configure jsconf.json main.js", "generate-docs": "jsdoc --configure jsdoc.json --verbose" }, "author": "Veryfi <support@veryfi.com> (https://www.veryfi.com)", "homepage": "https://veryfi.github.io/veryfi-nodejs/", "contributors": [ "Matthew Eng <matthew@veryfi.com>", "Alejandro Uribe <alejandro@veryfi.com>" ], "license": "MIT", "files": [ "lib", "lib/types" ], "directories": { "lib": "lib", "test": "test" }, "devDependencies": { "jest": "^29.0.0", "jsdoc": "^4.0.3", "minami": "^1.2.3", "ts-jest": "^29.0.1", "typescript": "^4.8.3" }, "dependencies": { "@jest/globals": "^29.0.3", "axios": "^1.8.2", "docdash": "^1.2.0", "form-data": "^4.0.0", "jest-config": "^29.0.3" }, "repository": { "type": "git", "url": "git+https://github.com/veryfi/veryfi-nodejs.git" }, "keywords": [ "nodejs", "api", "ocr", "receipt", "invoice", "sdk-nodejs", "veryfi", "veryfi-api" ], "bugs": { "url": "https://github.com/veryfi/veryfi-nodejs/issues" } }