{
  "name": "tarts",
  "version": "2.0.1",
  "description": "Create tarballs in node or the browser",
  "type": "module",
  "module": "tarts.js",
  "browser": "tarts.umd.js",
  "main": "tarts.umd.js",
  "exports": {
    "import": "./tarts.js",
    "default": "./tarts.umd.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/porsager/tarts.git"
  },
  "scripts": {
    "test": "echo please PR",
    "prepublishOnly": "npm run build",
    "build": "node -e 'fs.writeFileSync(\"tarts.umd.js\",\";(function(g){\"+fs.readFileSync(\"tarts.js\",\"utf8\").replace(\"export default tarts\",`typeof exports===\"object\"&&typeof module\\!==\"undefined\"?module.exports=tarts:((g?g:self).tarts=tarts);`) + \"})(this);\")'"
  },
  "keywords": [
    "tar",
    "zip",
    "tarball",
    "folder",
    "browser"
  ],
  "author": "Rasmus Porsager <rasmus@porsager.com>",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/porsager/tarts/issues"
  },
  "homepage": "https://github.com/porsager/tarts#readme"
}
