{
  "name": "@mwater/expressions",
  "version": "2.55.0",
  "description": "Expression library",
  "main": "lib/index.js",
  "scripts": {
    "test": "node ../../test_library.js expressions",
    "build": "rsync -av --exclude '*.ts' --exclude '*.tsx' src/ lib/ ; tsc -p tsconfig.build.json",
    "prepublish": "npm run build"
  },
  "style": "src/index.css",
  "author": "mWater",
  "license": "LGPL-3.0",
  "dependencies": {
    "@mwater/jsonql": "^1.14.0",
    "@turf/area": "^7.2.0",
    "@turf/buffer": "^6.5.0",
    "@turf/centroid": "^6.0.2",
    "@turf/intersect": "^6.5.0",
    "@turf/union": "^6.5.0",
    "@types/async": "^3.2.15",
    "async": "^3.2.4",
    "ez-localize": "^2.15.0",
    "geographiclib-geodesic": "^2.0.0",
    "immer": "^9.0.15",
    "lodash": "^3.10.1",
    "lru-cache": "^7.14.0",
    "moment": "^2.29.4",
    "proj4": "^2.11.0",
    "querystring": "^0.2.1"
  },
  "devDependencies": {
    "@types/chai": "^4.3.3",
    "@types/geojson": "^7946.0.16",
    "@types/lodash": "^3.10.5",
    "@types/moment": "^2.13.0",
    "@types/proj4": "^2.5.5",
    "@types/sinon": "^10.0.13",
    "build-library": "github:mWater/build-library",
    "canonical-json": "0.0.4",
    "chai": "^4.3.6",
    "sinon": "^14.0.0",
    "typescript": "^5.2.2"
  }
}
