{
  "name": "@rumsan/sdk",
  "version": "0.0.47-rc.1",
  "description": "Rumsan sdk types, dtos and services for rumsan libraries",
  "author": "rumsan.com",
  "license": "AGPL-3.0",
  "licenses": [
    {
      "type": "AGPL-3.0",
      "url": "https://opensource.org/licenses/AGPL-3.0"
    },
    {
      "type": "Commercial License",
      "url": "https://www.rumsan.com"
    }
  ],
  "typings": "./index.d.ts",
  "dependencies": {
    "axios": "^1.7.7",
    "http-status-codes": "^2.3.0"
  },
  "main": "./../index.js",
  "type": "commonjs",
  "types": "./index.d.ts"
}