{
  "name": "xlsx-data-parser",
  "version": "1.1.7",
  "description": "Parse, search and stream tabular sheet data using Node.js and xlsx library.",
  "author": "Drew O. Letcher",
  "license": "MIT",
  "keywords": [
    "xlsx",
    "xls",
    "parser"
  ],
  "type": "module",
  "engines": {
    "node": ">=18.0.0"
  },
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "testrunner.bat"
  },
  "bin": {
    "xdp": "xlsx-data-parser.js",
    "xlsxdataparser": "xlsx-data-parser.js"
  },
  "repository": "git@github.com/drewletcher/xlsx-data-parser.git",
  "homepage": "https://github.com/drewletcher/xlsx-data-parser#readme",
  "bugs": "https://github.com/drewletcher/xlsx-data-parser/issues",
  "dependencies": {
    "colors": "^1.4.0",
    "jsonc-parser": "^3.3.1",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
  }
}
