UNPKG

@surflog/fit2geo

Version:
47 lines (46 loc) 1.1 kB
{ "name": "@surflog/fit2geo", "version": "1.3.2", "description": "FIT to GeoJSON", "keywords": [ "FIT", "GeoJSON" ], "files": [ "lib" ], "main": "lib/index.js", "bin": { "fit2geo": "lib/cli.js" }, "license": "MIT", "scripts": { "prebuild": "rm -f lib/*", "build": "ts-node build.ts", "lint": "eslint src", "test": "mocha", "predeploy": "npm run build && npm version patch", "deploy": "npm publish" }, "dependencies": { "@turf/bbox": "6.5.0", "@turf/helpers": "6.5.0", "fit-file-parser": "1.9.3" }, "devDependencies": { "@tsconfig/node14": "1.0.3", "@types/geojson": "7946.0.10", "@types/mocha": "9.1.1", "@types/node": "14.x.x", "@typescript-eslint/eslint-plugin": "5.37.0", "@typescript-eslint/parser": "5.37.0", "esbuild": "0.15.7", "esbuild-node-externals": "1.5.0", "eslint": "8.23.1", "mocha": "10.0.0", "ts-node": "10.9.1", "typescript": "4.8.3" }, "repository": "https://github.com/surflog-tech/fit2geo", "author": "Jacob Friis Saxberg <jacob@webcom.dk>" }