{
  "name": "retroload-lib",
  "version": "0.0.30",
  "description": "Library for converting tape archive files of historical computers into sound for loading them on real devices",
  "author": "Stefan Schramm",
  "email": "mail@stefanschramm.net",
  "homepage": "https://retroload.com/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefanschramm/retroload.git",
    "directory": "retroload-lib"
  },
  "license": "AGPL-3.0-only",
  "type": "module",
  "exports": {
    "require": "./dist/cjs/index.js",
    "import": "./dist/esm/index.js"
  },
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "lint": "eslint src/",
    "test": "vitest run src/",
    "test-watch": "vitest watch src/",
    "coverage": "vitest run --coverage src/",
    "updateVersion": "genversion --es6 -s src/version.ts"
  },
  "dependencies": {
    "pako": "^2.1.0"
  },
  "devDependencies": {
    "@types/pako": "^2.0.4",
    "genversion": "^3.2.0"
  }
}
