@infosel-sdk/core
Version:
Core SDK for Infosel financial services platform. Provides essential infrastructure for authentication, HTTP/GraphQL communication, storage management, and error handling.
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "@infosel-sdk/core",
"version": "0.0.4",
"description": "Core SDK for Infosel financial services platform. Provides essential infrastructure for authentication, HTTP/GraphQL communication, storage management, and error handling.",
"keywords": [
"infosel",
"sdk",
"financial",
"trading",
"markets",
"authentication",
"http-client",
"graphql",
"storage",
"typescript"
],
"author": "Infosel Team",
"license": "MIT",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@apollo/client": "^3.8.4",
"axios": "^1.5.0",
"graphql": "^16.8.1",
"tslib": "^2.8.1"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native-encrypted-storage": "^4.0.3"
},
"peerDependenciesMeta": {
"react-native-encrypted-storage": {
"optional": true
}
},
"type": "commonjs",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16.0.0"
}
}