{
    "name": "@hapic/harbor",
    "version": "3.0.1",
    "description": "A harbor http api client.",
    "type": "module",
    "main": "dist/index.mjs",
    "types": "dist/index.d.mts",
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "types": "./dist/index.d.mts",
            "import": "./dist/index.mjs"
        }
    },
    "files": [
        "dist/"
    ],
    "engines": {
        "node": ">=22.0.0"
    },
    "scripts": {
        "build": "tsdown",
        "test": "vitest --config test/vitest.config.ts --run",
        "test:coverage": "vitest --config test/vitest.config.ts --run --coverage"
    },
    "author": {
        "name": "Peter Placzek",
        "email": "contact@tada5hi.net",
        "url": "https://github.com/tada5hi"
    },
    "license": "MIT",
    "keywords": [
        "query",
        "api",
        "rest",
        "harbor",
        "go-harbor"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Tada5hi/hapi.git"
    },
    "bugs": {
        "url": "https://github.com/Tada5hi/hapi/issues"
    },
    "homepage": "https://github.com/Tada5hi/hapi#readme",
    "dependencies": {
        "smob": "^1.6.1"
    },
    "devDependencies": {
        "hapic": "^3.0.1"
    },
    "peerDependencies": {
        "hapic": "^3.0.1"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "ac770f3f6e1ec2fd011cdf432b06319c635c01fa"
}
