@ftdata/api-client
Version:
Cliente HTTP compartilhável para integração com a API, incluindo gerenciamento de tokens e refresh token
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "@ftdata/api-client",
"version": "2.5.1",
"description": "Cliente HTTP compartilhável para integração com a API, incluindo gerenciamento de tokens e refresh token",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"author": "ftdata Team",
"publishConfig": {
"access": "public"
},
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"dev": "tsc -w",
"prepare": "npm run clean && npm run build",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^1.6.2"
},
"peerDependencies": {
"react": ">=16.14.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"lerna": "^8.1.5",
"ts-loader": "^8.0.6",
"typescript": "4.2.2"
},
"keywords": [
"api",
"client",
"http",
"axios",
"token",
"authentication",
"fulltime",
"fulltrack",
"ftdata"
],
"gitHead": "63ae1d364228e5915693a7e53468d68efd3ea407"
}