{
  "name": "isoxml",
  "version": "1.10.3",
  "description": "JavaScript library to parse and generate ISOXML (ISO11783-10) files",
  "keywords": [
    "isoxml",
    "iso-11783",
    "agriculture"
  ],
  "homepage": "https://github.com/dev4Agriculture/isoxml-js",
  "bugs": "https://github.com/dev4Agriculture/isoxml-js/issues",
  "license": "Apache-2.0",
  "author": {
    "name": "Alexander Parshin",
    "email": "parshin.alexander@gmail.com",
    "url": "https://github.com/aparshin"
  },
  "files": [
    "dist",
    "dist_es"
  ],
  "main": "dist/index.js",
  "module": "dist_es/index.js",
  "scripts": {
    "gen": "ts-node generation/index.ts",
    "test": "jest",
    "coverage": "jest --coverage",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig-es.json",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "prepare": "npm run build",
    "prepublishOnly": "npm t && npm run lint"
  },
  "dependencies": {
    "@turf/turf": "^6.4.0",
    "fast-xml-parser": "^4.3.1",
    "jszip": "^3.10.1",
    "polygon-clipping": "^0.15.3",
    "rbush": "^3.0.1"
  },
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/node": "^20.6.5",
    "@types/rbush": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^6.7.2",
    "@typescript-eslint/parser": "^6.7.2",
    "eslint": "^8.50.0",
    "handlebars": "^4.7.8",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  }
}
