UNPKG

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
{ "name": "retroload", "version": "0.0.30", "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": "^14.0.3", "retroload-lib": "^0.0.30" }, "devDependencies": { "genversion": "^3.2.0" } }