CartoDB-SQL-API/carto-package.json

17 lines
375 B
JSON

{
"name": "carto_sql_api",
"current_version": {
"requires": {
"node": "^10.15.1",
"npm": "^6.4.1",
"gdal":">=1.11.0"
},
"works_with": {
"redis": ">=4.0.0",
"postgresql": ">=10.0.0",
"postgis": ">=2.4.4.5",
"carto_postgresql_ext": ">=0.24.1"
}
}
}