{
  "name": "uzip-module",
  "version": "1.0.3",
  "description": "Module version of UZIP.js",
  "main": "dist/UZIP.js",
  "module": "src/UZIP.js",
  "scripts": {
    "build": "rollup -c",
    "test": "node test/puppeteer.js"
  },
  "keywords": [
    "zip",
    "unzip",
    "inflate",
    "deflate",
    "zlib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/greggman/uzip-module.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/greggman/uzip-module/issues"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "express": "^4.17.1",
    "mocha": "^8.2.1",
    "puppeteer": "^5.5.0",
    "rollup": "^2.27.1"
  }
}
