UNPKG

@vistadataproject/vista-client

Version:

Updated VISTA RPC Client NodeJS module with Promise-based API

37 lines (36 loc) 1.06 kB
{ "name": "@vistadataproject/vista-client", "version": "1.4.0", "description": "Updated VISTA RPC Client NodeJS module with Promise-based API", "main": "src/index.js", "scripts": { "test": "jest --coverage --verbose --collectCoverageFrom='[\"src/*.js\"]'", "test:watch": "jest --coverage --collectCoverageFrom='[\"src/*.js\"]' --watchAll" }, "repository": { "type": "git", "url": "git+https://github.com/vistadataproject/vista-client.git" }, "keywords": [ "VAM" ], "author": "HRG Technologies, LLC", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/vistadataproject/vista-client/issues" }, "homepage": "https://github.com/vistadataproject/vista-client#readme", "dependencies": { "@vistadataproject/rpc-utilities": "^1.2.1", "dateformat": "^3.0.3", "delay": "^4.3.0", "fs-extra": "^8.0.1", "mustache": "^3.0.1" }, "devDependencies": { "eslint": "^5.3.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3", "jest": "^24.8.0" } }