onlinepbx-moysklad
Version:
Модуль для CRM-адаптера к OnlinePBX
38 lines (37 loc) • 926 B
JSON
{
"name": "onlinepbx-moysklad",
"version": "0.5.2",
"author": {
"name": "Vitaliy Makeev",
"email": "w.makeev@gmail.com",
"url": "https://github.com/wmakeev"
},
"description": "Модуль для CRM-адаптера к OnlinePBX",
"scripts": {
"test": "blue-tape ./src/**/__tests__/*.test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/wmakeev/onlinepbx-moysklad.git"
},
"keywords": [
"onlinepbx",
"crm",
"moysklad",
"warehouse",
"erp"
],
"dependencies": {
"minico": "^1.0.1",
"node-fetch": "^1.6.3",
"onlinepbx-crm-adapter-actions": "^0.2.0",
"scaleflow": "github:wmakeev/scaleflow#da82dc71a02a1c35fd21b95ebacdf657b996512d",
"translitit-cyrillic-russian-to-latin": "^0.1.1"
},
"devDependencies": {
"blue-tape": "^1.0.0",
"nock": "^8.1.0",
"tap-spec": "^4.1.1",
"walkdir": "0.0.11"
}
}