{
  "name": "xl-json",
  "version": "4.0.0",
  "description": "excel-to-json converter",
  "main": "lib/index.js",
  "preferGlobal": true,
  "scripts": {
    "test": "lab -a @hapi/code -v -L -I cptable -t 100",
    "coveralls": "lab -r lcov | coveralls"
  },
  "bin": {
    "xl-json": "./bin/xl-json"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "keywords": [
    "excel-to-json",
    "xls-to-json"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:circabs/xl-json.git"
  },
  "author": "simon-p-r",
  "license": "BSD-3-Clause",
  "dependencies": {
    "@hapi/bossy": "^5.1.0",
    "@hapi/joi": "^17.1.1",
    "basic-utils": "^2.2.1",
    "flat": "^5.0.2",
    "xlsx": "^0.17.0"
  },
  "devDependencies": {
    "@hapi/code": "^8.0.3",
    "@hapi/lab": "^24.2.1",
    "coveralls": "^3.1.1",
    "std-mocks": "^1.0.1"
  }
}
