@spasea/uz-booking-client
Version:
Unofficial UZ api client
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "@spasea/uz-booking-client",
"version": "2.0.1",
"description": "Unofficial UZ api client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc ",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint",
"preversion": "npm run lint",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spasea/uz-booking-api.git"
},
"keywords": [
"UZ",
"API",
"REST",
"client"
],
"author": "spasea",
"license": "MIT",
"bugs": {
"url": "https://github.com/spasea/uz-booking-api/issues"
},
"homepage": "https://github.com/spasea/uz-booking-api#readme",
"dependencies": {
"@types/node": "20.3.1",
"axios": "1.4.0",
"debug": "4.3.4",
"firebase-token-generator": "2.0.0",
"jwt-decode": "3.1.2",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"eslint": "8.43.0",
"moment": "2.29.4",
"readline": "^1.3.0",
"typescript": "5.1.3"
},
"directories": {
"example": "examples"
}
}