gpx-builder
Version:
Builder of GPX files
49 lines (48 loc) • 1.5 kB
JSON
{
"name": "gpx-builder",
"version": "5.5.0",
"description": "Builder of GPX files",
"keywords": [
"gpx",
"garmin",
"gpx-generator",
"gps"
],
"homepage": "https://github.com/fabulator/gpx-builder#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fabulator/gpx-builder.git"
},
"license": "Apache-2.0",
"author": "Michal Ozogán <michal@ozogan.eu>",
"main": "dist/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup --config ./rollup.config.js",
"lint": "eslint ./ --ext .js --ext .json --ext .ts",
"lint:export": "npm run lint -- -o ./tests_results/checkstyle/js-checkstyle.xml -f checkstyle",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky install",
"prepublishOnly": "npm run build && npm run tsc && npm run test:build",
"release": "semantic-release",
"test": "jest",
"test:all": "npm run lint && npm run tsc && npm run test",
"test:build": "npm run test -- --config jest.config.build.js",
"tsc": "tsc"
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"babel-config-fabulator": "^1.4.23",
"commitlint-config-fabulator": "^6.1.0",
"eslint-config-fabulator": "^4.1.0",
"husky": "^8.0.3",
"jest-config-fabulator": "^1.2.0",
"rollup-config-fabulator": "^2.0.0",
"semantic-release-config-fabulator": "^7.0.0"
}
}