You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
617 B

{
"name": "gpx-sequencer",
"version": "1.0.0",
"description": "Tiny project for converting gpx data to other formats thac can be readable with SuperCollider software and used as a source for music composition",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.bjornmossa.net/Bjornmossa/gpx-sequencer.git"
},
"bin": {
"gpx-sequencer": "./main.js"
},
"author": "Bjornmossa",
"license": "GPL-3.0-or-later",
"type": "module",
"dependencies": {
"@rgrove/parse-xml": "^4.2.0"
}
}