UNPKG

isoxml-angular

Version:

JavaScript library to parse and generate ISOXML (ISO11783-10) files

58 lines (57 loc) 1.57 kB
{ "name": "isoxml-angular", "version": "1.9.5", "description": "JavaScript library to parse and generate ISOXML (ISO11783-10) files", "keywords": [ "isoxml", "iso-11783", "agriculture" ], "homepage": "https://github.com/dev4Agriculture/isoxml-js", "bugs": { "url": "https://github.com/dev4Agriculture/isoxml-js/issues" }, "license": "Apache-2.0", "author": "Alexander Parshin <parshin.alexander@gmail.com> (https://github.com/aparshin)", "files": [ "dist" ], "main": "dist/index.js", "scripts": { "gen": "ts-node generation/index.ts", "test": "jest", "coverage": "jest --coverage", "build": "tsc", "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" }, "types": "./dist/index.d.ts", "directories": { "example": "examples" }, "repository": { "type": "git", "url": "git+https://github.com/oliverseges/isoxml-js.git" } }