yandex-fleet-wrapper
Version:
Allow send commands to Yandex.Fleet services
28 lines (27 loc) • 583 B
JSON
{
"name": "yandex-fleet-wrapper",
"version": "1.3.1",
"description": "Allow send commands to Yandex.Fleet services",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Yandex",
"Taxi",
"Fleet",
"Transaction"
],
"author": "RiddlerX2",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/RiddlerX2/yandex-fleet-wrapper"
},
"engines": {
"node": ">=13.6.0"
},
"dependencies": {
"axios": "^0.21.4"
}
}