{
  "name": "@fboes/geojson",
  "version": "2.0.0",
  "description": "This dual-purpose library creates GeoJSON according to RFC 7946 in NodeJS as well as directly in your browser.",
  "types": "./types/index.d.ts",
  "main": "./dist/index.js",
  "scripts": {
    "prettier": "npx prettier --cache --write .",
    "eslint": "npx eslint src/*.ts --fix",
    "tsc": "npx tsc --build",
    "tsc-watch": "npx tsc --watch",
    "build": "npm run eslint && npm run prettier && npm run tsc",
    "test": "node dist/test.js"
  },
  "author": "Frank Boës <info@3960.org> (https://3960.org/)",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "geojson",
    "nodejs",
    "browser"
  ],
  "devDependencies": {
    "@types/node": "^20.11.19",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jsdoc": "^48.1.0",
    "prettier": "3.2.4",
    "typescript": "^5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fboes/geojson.git"
  },
  "bugs": {
    "url": "https://github.com/fboes/geojson/issues"
  },
  "homepage": "https://github.com/fboes/geojson#readme"
}
