{
  "name": "@handsontable/js-xlsx",
  "version": "100.0.13-ff6e7dc",
  "author": "Handsoncode <hello@handsontable.com>",
  "description": "Spreadsheet data parser and writer",
  "main": "./xlsx.js",
  "types": "types",
  "browser": {
    "buffer": false,
    "crypto": false,
    "stream": false,
    "process": false,
    "fs": false
  },
  "dependencies": {
    "from-xml": "git+https://github.com/handsontable/from-xml.git"
  },
  "devDependencies": {
    "terser": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/handsontable/js-xlsx.git"
  },
  "scripts": {
    "build": "cd ../../ && npm run build && cd packages/@handsontable/ && sh bin/build.sh",
    "verify:build": "sh bin/verify-build.sh",
    "preversion": "npm run build && npm run verify:build"
  },
  "license": "SEE LICENSE IN LICENSE.txt",
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "xlsx.js",
    "README.md",
    "LICENSE.TXT",
    "jszip.js",
    "types/index.d.ts",
    "dist/cpexcel.js"
  ]
}
