{
  "name": "xlsx-util",
  "version": "0.0.16",
  "description": "Native code to parse and write xlsx files.",
  "main": "./index.js",
  "scripts": {
    "install": "yarn compile:release",
    "compile:debug": "node-gyp clean && node-gyp configure --debug && node-gyp rebuild --debug",
    "compile:release": "node-gyp clean && node-gyp configure --release && node-gyp build --release",
    "test": "CI=true npm run compile:debug && node -r core-dump ./node_modules/jest/bin/jest.js --env=jsdom --no-cache --runInBand",
    "test:release": "CI=true npm run compile:debug && node ./node_modules/jest/bin/jest.js --env=jsdom --no-cache --runInBand",
    "test:quick": "CI=true node-gyp build --debug && node ./node_modules/jest/bin/jest.js --env=jsdom --no-cache --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitflip-software/xlsx-util.git"
  },
  "keywords": [
    "xlsx",
    "napi",
    "native",
    "n-api",
    "xlsxio"
  ],
  "author": "Matthew James Briggs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bitflip-software/xlsx-util/issues"
  },
  "homepage": "https://github.com/bitflip-software/xlsx-util#readme",
  "dependencies": {
    "bindings": "^1.3.0",
    "node-addon-api": "1.3"
  },
  "devDependencies": {
    "core-dump": "0.0.3",
    "jest": "23.6"
  }
}
