{
  "name": "@supjt/gstool",
  "version": "0.2.4",
  "description": "",
  "bin": {
    "gstool": "src/cli.js"
  },
  "type": "module",
  "scripts": {
    "gstool": "node --max-old-space-size=8192 --max-semi-space-size=8192 --experimental-modules src/cli.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "child-process-promise": "^2.2.1",
    "commander": "^8.3.0",
    "fs-extra": "^10.0.0",
    "gdal": "^0.11.0",
    "global-mercator": "^3.1.0",
    "increase-memory-limit": "^1.0.7",
    "node-fetch": "^3.1.0",
    "progress": "^2.0.3",
    "proj4": "^2.7.5",
    "readline": "^1.3.0",
    "safename": "^2.0.0",
    "sha1": "^1.1.1",
    "sharp": "^0.29.3",
    "text-to-svg": "^3.1.5",
    "three": "^0.135.0"
  }
}
