UNPKG

@oletizi/sampler-backup

Version:

Akai sampler backup utilities for hardware samplers via PiSCSI

72 lines 1.91 kB
{ "name": "@oletizi/sampler-backup", "version": "1.0.0-alpha.42", "description": "Akai sampler backup utilities for hardware samplers via PiSCSI", "main": "./dist/lib/index.js", "exports": { ".": { "types": "./dist/lib/index.d.ts", "import": "./dist/lib/index.js" } }, "types": "./dist/lib/index.d.ts", "type": "module", "bin": { "akai-backup": "./dist/cli/backup.js", "sampler-migrate": "./dist/cli/migrate.js" }, "files": [ "dist", "LICENSE" ], "keywords": [ "akai", "sampler", "backup", "piscsi", "s5000", "s6000", "s3000xl", "midi", "rsnapshot" ], "author": "Orion Letizi", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/oletizi/ol_dsp.git", "directory": "modules/audio-tools/sampler-backup" }, "homepage": "https://github.com/oletizi/ol_dsp/tree/main/modules/audio-tools/sampler-backup", "bugs": { "url": "https://github.com/oletizi/ol_dsp/issues" }, "dependencies": { "@types/inquirer": "^9.0.0", "commander": "^12.1.0", "inquirer": "^9.2.0", "pathe": "^1.1.2", "@oletizi/sampler-lib": "1.0.0-alpha.42", "@oletizi/sampler-devices": "1.0.0-alpha.42", "@oletizi/audiotools-config": "1.0.0-alpha.42", "@oletizi/lib-device-uuid": "1.0.0-alpha.42" }, "devDependencies": { "@types/node": "^22.13.1", "@vitest/coverage-v8": "^1.2.0", "tsx": "^4.19.2", "typescript": "^5.7.3", "vite": "^5.0.0", "vite-plugin-dts": "^4.5.4", "vitest": "^1.2.0" }, "scripts": { "build": "vite build", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest --watch", "clean": "rm -rf dist *.tsbuildinfo", "typecheck": "tsc --noEmit", "backup:batch": "node dist/cli/backup.js sync --source pi-scsi2.local:~/images/ --device images" } }