retroload
Version:
Command line utility for converting tape archive files of historical computers into sound for loading them on real devices
56 lines (55 loc) • 1.29 kB
JSON
{
"name": "retroload",
"version": "0.0.24",
"description": "Command line utility for converting tape archive files of historical computers into sound for loading them on real devices",
"keywords": [
"sinclair",
"zxspectrum",
"kc85",
"z1013",
"lc80",
"atari",
"amstrad",
"cpc",
"robotron",
"commodore",
"c64",
"6502",
"6809",
"z80",
"8bit",
"vintagecomputing",
"retrocomputing"
],
"author": "Stefan Schramm",
"email": "mail@stefanschramm.net",
"homepage": "https://retroload.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/stefanschramm/retroload.git",
"directory": "retroload"
},
"license": "AGPL-3.0-only",
"type": "module",
"main": "dist/esm/retroload.js",
"files": [
"dist/"
],
"scripts": {
"lint": "eslint src/",
"test": "echo 'no tests configured for retroload'",
"updateVersion": "genversion --es6 -s src/version.ts"
},
"bin": {
"retroload": "dist/esm/retroload.js",
"retroload-tokenizer": "dist/esm/retroload-tokenizer.js",
"retroload-decode": "dist/esm/retroload-decode.js"
},
"dependencies": {
"commander": "^13.1.0",
"retroload-lib": "^0.0.24"
},
"devDependencies": {
"genversion": "^3.2.0"
}
}