{
    "name": "@flowfuse/driver-kubernetes",
    "version": "2.33.2",
    "description": "Kubernetes driver for FlowFuse",
    "main": "kubernetes.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "lint": "eslint -c eslint.config.mjs ",
        "lint:fix": "eslint -c eslint.config.mjs --fix"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/FlowFuse/driver-k8s.git"
    },
    "bugs": {
        "url": "https://github.com/FlowFuse/driver-k8s/issues"
    },
    "homepage": "https://github.com/FlowFuse/driver-k8s#readme",
    "author": {
        "name": "FlowFuse Inc."
    },
    "license": "Apache-2.0",
    "dependencies": {
        "@aws-sdk/client-efs": "^3.600.0",
        "@kubernetes/client-node": "^1.3.0",
        "async-retry": "^1.3.3",
        "form-data": "^4.0.0",
        "got": "^11.8.0",
        "lodash": "^4.17.21"
    },
    "devDependencies": {
        "@eslint/js": "^9.39.2",
        "eslint": "^9.39.2",
        "eslint-plugin-no-only-tests": "^3.3.0",
        "globals": "^16.5.0",
        "neostandard": "^0.12.2"
    }
}
