{
  "name": "geomni-scd-to-xml",
  "version": "1.0.0",
  "description": "",
  "license": "ISC",
  "author": "",
  "main": "app.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "SET NODE_ENV=production & nodemon index.js",
    "server": "nodemon index.js"
  },
  "dependencies": {
    "@turf/turf": "^6.5.0",
    "fast-xml-parser": "^5.2.5",
    "polygon-clipping": "^0.15.7"
  },
  "devDependencies": {
    "nodemon": "^3.1.9"
  }
}
