{
    "name": "x5-geometry",
    "version": "1.0.1",
    "description": "Geometry and word processing utilities for XNet",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist",
        "README.md",
        "LICENSE",
        "tsconfig.json"
    ],
    "scripts": {
        "build": "tsc",
        "prepare": "npm run build",
        "test": "jest",
        "test:watch": "jest --watch",
        "clean": "rimraf dist",
        "prebuild": "npm run clean",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "geometry",
        "geojson",
        "words",
        "indexing",
        "xnet",
        "x5",
        "hex-grid",
        "geospatial"
    ],
    "author": "Sint Connexa (Rich DeVaul)",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/xnet-mobile/x5-js.git"
    },
    "bugs": {
        "url": "https://github.com/xnet-mobile/x5-js/issues"
    },
    "homepage": "https://github.com/xnet-mobile/x5-js#readme",
    "devDependencies": {
        "@babel/core": "^7.26.10",
        "@babel/preset-env": "^7.26.9",
        "@types/jest": "^29.5.14",
        "@types/node": "^20.11.19",
        "babel-jest": "^29.7.0",
        "chai": "^5.2.0",
        "jest": "^29.7.0",
        "mocha": "^11.1.0",
        "rimraf": "^5.0.10",
        "ts-jest": "^29.3.0",
        "typescript": "^5.3.3"
    }
}