flexbase-client
Version:
Flexbase api client
25 lines (24 loc) • 679 B
JSON
{
"name": "flexbase-client",
"version": "1.0.3",
"description": "Flexbase api client",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"homepage": "https://github.com/flexbase-eng/flexbase-client",
"repository": {
"type": "git",
"url": "git@github.com:flexbase-eng/flexbase-client.git"
},
"bugs": { "url": "https://github.com/flexbase-eng/flexbase-client/issues" },
"author": "Flexbase",
"license": "MIT",
"dependencies": {
"@flexbase/http-client-middleware": "^2.0.13",
"@flexbase/logger": "^3.0.0",
"jwt-decode": "^3.1.2",
"luxon": "^2.5.2",
"wretch": "^1.7.10"
},
"type": "module",
"keywords": ["flexbase"]
}