{
    "name": "@nmshd/connector-sdk",
    "description": "the enmeshed Connector sdk",
    "keywords": [
        "enmeshed",
        "connector",
        "rest"
    ],
    "homepage": "https://enmeshed.eu/integrate/connector-sdks#typescript-sdk",
    "repository": {
        "type": "git",
        "url": "https://github.com/nmshd/connector.git",
        "directory": "/packages/sdk"
    },
    "license": "AGPL-3.0-or-later",
    "author": "j&s-soft AG",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/",
        "README.md",
        "schemas.json"
    ],
    "scripts": {
        "build": "tsc && npm run build:schemas",
        "build:ci": "npm run build",
        "build:schemas": "npx ts-json-schema-generator --path './src/types/**/*.ts' -o schemas.json --id https://enmeshed.eu/schemas/connector-api --tsconfig ./tsconfig.json",
        "build:schemas:watch": "npx nodemon -e ts -w 'src/types' --exec 'npm run build:schemas'",
        "build:watch": "tsc --watch"
    },
    "dependencies": {
        "@nmshd/content": "7.5.2",
        "@nmshd/runtime-types": "7.5.2",
        "axios": "^1.18.1",
        "form-data": "^4.0.6",
        "qs": "^6.15.3"
    },
    "devDependencies": {
        "@types/qs": "6.15.1",
        "ts-json-schema-generator": "2.9.0"
    },
    "publishConfig": {
        "access": "public",
        "provenance": true
    },
    "version": "7.4.2"
}
