{
  "name": "xlstream",
  "version": "2.5.5",
  "description": "Turns XLSX into a readable stream.",
  "main": "lib/index",
  "types": "lib/index",
  "scripts": {
    "build": "tsc -p .",
    "test": "jest --coverage",
    "codecov": "codecov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Claviz/xlstream.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Claviz/xlstream/issues"
  },
  "homepage": "https://github.com/Claviz/xlstream#readme",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.12",
    "@types/sax-stream": "^1.3.5",
    "codecov": "^3.8.2",
    "jest": "29.7.0",
    "ts-jest": "29.1.4",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "deep-rename-keys": "^0.2.1",
    "fclone": "^1.0.11",
    "node-stream-zip": "^1.15.0",
    "numfmt": "^3.0.0",
    "sax-stream": "^1.3.0",
    "ssf": "^0.11.2"
  }
}
