{
    "version": "8.1.1",
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "files": [
        "dist",
        "src"
    ],
    "engines": {
        "node": ">=10",
        "npm": ">=6.14.13"
    },
    "scripts": {
        "link:watch": "npm link && tsdx watch",
        "start": "tsdx watch",
        "build:dep": "npm install tsdx@\"^0.14.1\"",
        "build": "npm run build:dep && tsdx build",
        "test": "tsdx test",
        "lint": "tsdx lint",
        "prepare": "npm run build",
        "size": "size-limit",
        "analyze": "size-limit --why",
        "package": "npm run build && npm publish",
        "pretty": "prettier --config ../../.prettierrc.yaml --write './src/**/*.{ts,js,json,md}' && prettier --write './*.md'"
    },
    "name": "oro-sdk-apis",
    "author": "Antoine Jaouën <antoine@orohealth.me>",
    "module": "dist/oro-sdk-apis.esm.js",
    "description": "This package is intended to be run in browser or Node.js environment. It contains all models and apis services.",
    "size-limit": [
        {
            "path": "dist/oro-sdk-apis.cjs.production.min.js",
            "limit": "10 KB"
        },
        {
            "path": "dist/oro-sdk-apis.esm.js",
            "limit": "10 KB"
        }
    ],
    "devDependencies": {
        "@size-limit/preset-small-lib": "^4.10.2",
        "@types/jest": "^27.4.1",
        "@types/sha.js": "^2.4.0",
        "prettier": "^2.6.1",
        "prettier-plugin-svelte": "^2.3.0",
        "size-limit": "^4.10.2",
        "tsdx": "^0.14.1",
        "tslib": "^2.2.0",
        "typescript": "^4.2.4"
    },
    "dependencies": {
        "@types/uuid": "^8.3.0",
        "axios": "^0.21.4",
        "axios-auth-refresh": "^3.2.1",
        "buffer": "^6.0.3",
        "hash.js": "^1.1.7",
        "uuid": "^8.3.2"
    }
}