{
  "name": "mongoose-geojson-schema",
  "version": "2.2.6",
  "description": "Schema definitions for GeoJSON types for use with Mongoose JS",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "mongo",
    "mongoose",
    "mongoosejs",
    "schema",
    "geojson",
    "point",
    "geometry",
    "feature",
    "polygon",
    "linestring"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/echoes-xyz/mongoose-geojson-schema"
  },
  "author": "Ben Dalton <ben@rideamigos.com>",
  "contributors": [
    "Mark Stosberg <mark@rideamigos.com>",
    "Josh Kopeček <josh@echoes.xyz>"
  ],
  "license": "MIT",
  "devDependencies": {
    "chai": "^5.1.1",
    "eslint": "^9.11.1",
    "mocha": "^10.7.3",
    "mongoose": "^7.8.4"
  },
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
