txt-tracker
Version:
Music tracker compiler/decompiler
27 lines • 585 B
JSON
{
"name": "txt-tracker",
"version": "0.4.0",
"description": "Music tracker compiler/decompiler",
"main": "index.js",
"bin": {
"txt-tracker": "index.js"
},
"homepage": "https://github.com/poeticAndroid/txt-tracker",
"repository": {
"type": "git",
"url": "https://github.com/poeticAndroid/txt-tracker.git",
"web": "https://github.com/poeticAndroid/txt-tracker"
},
"scripts": {},
"keywords": [
"music",
"tracker",
"amiga",
"mod"
],
"author": "poeticAndroid",
"license": "MIT",
"dependencies": {
"commander": "^8.3.0"
}
}