{
  "version": "0.1.14",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "source": "lib/index.ts",
  "module": "dist/index.esm.mjs",
  "files": [
    "dist",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/placemark/check-geojson.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10"
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "pnpm lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "@placemarkio/check-geojson",
  "author": "Tom MacWright",
  "devDependencies": {
    "@humanwhocodes/momoa": "^2.0.4",
    "@types/geojson": "^7946.0.8",
    "@typescript-eslint/eslint-plugin": "^5.25.0",
    "@typescript-eslint/parser": "^5.25.0",
    "eslint": "^8.16.0",
    "husky": "^8.0.1",
    "microbundle": "^0.15.0",
    "prettier": "^2.6.2",
    "tslib": "^2.4.0",
    "type-fest": "^2.12.2",
    "typedoc": "^0.22.15",
    "typescript": "^4.6.4",
    "vitest": "^0.24.4"
  },
  "scripts": {
    "build": "microbundle",
    "doc": "typedoc --options ./typedoc.json",
    "test": "vitest",
    "lint": "eslint . && tsc --noEmit"
  }
}