internal-fleet-wrapper
Version:
Fleet dummy functions and wrappers
28 lines (27 loc) • 575 B
JSON
{
"name": "internal-fleet-wrapper",
"version": "0.0.4",
"description": "Fleet dummy functions and wrappers",
"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"
}
}