gcfixer
Version:
Normalize Geocaching GPX file for Garmin devices
54 lines (53 loc) • 1.43 kB
JSON
{
"name": "gcfixer",
"version": "0.9.3",
"author": "Dullus",
"license": "GPL-3.0",
"description": "Normalize Geocaching GPX file for Garmin devices",
"repository": "https://github.com/dullus/gcfixer.git",
"keywords": [
"Garmin",
"GPX",
"Geocaching"
],
"main": "bin/gcfixer.js",
"bin": {
"gcfixer": "./bin/gcfixer.js"
},
"scripts": {
"build": "tsc -p .",
"lint": "tslint -c tslint.json -p tsconfig.json 'src/**/*.ts?(x)'",
"postinstall": "patch-package",
"test:coverage": "jest -c jest.coverage.config.js --watchAll=false",
"test": "jest --watchAll=true"
},
"dependencies": {
"chalk": "^3.0.0",
"clean-html": "^1.5.0",
"cli-progress": "^3.6.0",
"html-to-text": "^5.1.1",
"node-xml-stream": "^1.0.2",
"patch-package": "^6.2.0",
"unidecode-plus": "^1.0.2",
"yargs": "^15.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@types/cli-progress": "^3.4.2",
"@types/he": "^1.1.0",
"@types/html-to-text": "^1.4.31",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.0",
"@types/yargs": "^15.0.3",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.7.5"
}
}