UNPKG

postgis

Version:

A Node.js class for interacting with PostGIS-enabled PostgreSQL databases.

35 lines (34 loc) 758 B
{ "name": "postgis", "version": "1.0.6", "main": "index.js", "scripts": { "test": "jest --detectOpenHandles --coverage --reporters=jest-junit", "lint": "eslint ." }, "keywords": [ "postgis", "postgresql", "geospatial", "nodejs", "database", "geojson", "geobuf", "mvt" ], "author": "Suyog Dinesh Jadhav", "license": "ISC", "description": "A Node.js class for interacting with PostGIS-enabled PostgreSQL databases.", "devDependencies": { "@eslint/js": "^9.9.1", "eslint": "^8.57.0", "globals": "^15.9.0", "jest": "^29.7.0", "jest-junit": "^16.0.0", "prettier": "^2.8.4" }, "repository": { "type": "git", "url": "git+https://github.com/jsuyog2/postgis.git" } }