UNPKG

@flexvertex/flexvertex-driver

Version:

The official FlexVertex Node.js driver

32 lines (31 loc) 771 B
{ "name": "@flexvertex/flexvertex-driver", "version": "1.0.50", "description": "The official FlexVertex Node.js driver", "main": "src/flexvertex.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "docs": "jsdoc -c .\\jsdoc.json" }, "repository": { "type": "git", "url": "git+https://github.com/FlexVertexOS/FlexVertexNodeDriver.git" }, "keywords": [ "FlexVertex", "Driver" ], "author": "FlexVertex", "license": "ISC", "bugs": { "url": "https://github.com/FlexVertexOS/FlexVertexNodeDriver/issues" }, "homepage": "https://www.flexvertex.com", "dependencies": { "axios": "^1.7.7", "buffer": "^6.0.3", "json-with-bigint": "^2.3.3", "uuid": "^11.0.5" } }