@allgroup/yandex-taxi-fleet-api
Version:
Unofficial yandex taxi fleet api library
34 lines (33 loc) • 758 B
JSON
{
"name": "@allgroup/yandex-taxi-fleet-api",
"version": "0.0.7",
"description": "Unofficial yandex taxi fleet api library",
"main": "./index.ts",
"scripts": {
"build": "node esbuild.config.mjs",
"test": "vitest run"
},
"keywords": [
"Yandex.Taxi",
"Fleet",
"Yandex",
"API"
],
"author": "Sultan Imbayev",
"license": "ISC",
"devDependencies": {
"@types/lodash": "^4.14.200",
"@vitest/ui": "^0.34.6",
"esbuild": "^0.19.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vitest": "1.0.0-beta.6"
},
"dependencies": {
"axios": "^1.6.0",
"axios-rate-limit": "^1.3.0",
"axios-retry": "^3.8.1",
"lodash": "^4.17.21",
"zod": "^3.22.4"
}
}