{ "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" } }