UNPKG

@rabama/dynapi

Version:

a third party library to use dynamics 365 web api using httpntlm module.

33 lines (32 loc) 657 B
{ "name": "@rabama/dynapi", "version": "1.1.0", "description": "a third party library to use dynamics 365 web api using httpntlm module.", "main": "src/index.js", "scripts": { "start": "node .", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/nimasfl/Dynamics-API.git" }, "keywords": [ "dynamics", "microsoft", "webapi", "web-api", "dynamics-crm", "dynamics-crm-webapi", "dynamics-crm-api", "dynamics-365" ], "author": "Nima Soufiloo", "license": "ISC", "devDependencies": { "prettier": "2.0.5" }, "dependencies": { "httpntlm": "^1.7.6" } }