{
  "name": "xlsx-stream-writer",
  "version": "0.2.6",
  "description": "Create xlsx in streaming mode in browser and nodejs",
  "main": "index.js",
  "scripts": {
    "test": "jest --watch"
  },
  "author": "Valery Baranov <valery@baranov.xyz> (http://baranov.xyz)",
  "license": "MIT",
  "dependencies": {
    "crc": "^3.8.0",
    "jszip": "^3.1.5",
    "stream-browserify": "^2.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/baranovxyz/xlsx-stream-writer.git"
  },
  "keywords": [
    "excel",
    "xlsx",
    "stream",
    "write"
  ],
  "devDependencies": {
    "jest": "^23.6.0"
  }
}
