{ "name": "@superset-ui/connection", "version": "0.13.9", "description": "Superset UI connection", "sideEffects": false, "main": "lib/index.js", "module": "esm/index.js", "files": [ "esm", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/apache-superset/superset-ui.git" }, "keywords": [ "superset", "client", "core", "data" ], "author": "Superset", "license": "Apache-2.0", "bugs": { "url": "https://github.com/apache-superset/superset-ui/issues" }, "homepage": "https://github.com/apache-superset/superset-ui#readme", "devDependencies": { "@types/fetch-mock": "^6.0.0", "fetch-mock": "^6.5.2", "node-fetch": "^2.2.0" }, "dependencies": { "@babel/runtime": "^7.1.2", "fetch-retry": "^3.1.0", "whatwg-fetch": "^3.0.0" }, "publishConfig": { "access": "public" } }