{
    "name": "@eudiplo/sdk-core",
    "version": "8.0.2",
    "description": "Framework-agnostic EUDIPLO SDK for demos and integrations",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "license": "Apache-2.0",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.js"
        },
        "./api": {
            "types": "./dist/api/index.d.ts",
            "import": "./dist/api/index.mjs",
            "require": "./dist/api/index.js"
        },
        "./api/*": {
            "types": "./dist/api/*.d.ts",
            "import": "./dist/api/*.mjs",
            "require": "./dist/api/*.js"
        },
        "./api/client/*": {
            "types": "./dist/api/client/*.d.ts",
            "import": "./dist/api/client/*.mjs",
            "require": "./dist/api/client/*.js"
        }
    },
    "scripts": {
        "generate": "openapi-ts && tsup",
        "build": "tsup",
        "test": "vitest run",
        "dev": "tsup --watch",
        "prepublishOnly": "pnpm build"
    },
    "devDependencies": {
        "@hey-api/openapi-ts": "^0.99.0",
        "@types/node": "^26.4.0",
        "tsup": "^8.5.1",
        "typescript": "^6.0.3",
        "vitest": "4.1.11"
    },
    "files": [
        "dist",
        "!dist/**/*.map",
        "README.md"
    ],
    "keywords": [
        "eudiplo",
        "eudi",
        "wallet",
        "oid4vci",
        "oid4vp",
        "verifiable-credentials",
        "sdk"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/openwallet-foundation/eudiplo.git",
        "directory": "packages/eudiplo-sdk-core"
    },
    "homepage": "https://github.com/openwallet-foundation/eudiplo/tree/main/packages/eudiplo-sdk-core#readme",
    "bugs": {
        "url": "https://github.com/openwallet-foundation/eudiplo/issues"
    },
    "author": "OpenWallet Foundation",
    "engines": {
        "node": ">=20.0.0"
    },
    "publishConfig": {
        "access": "public"
    }
}
