{
  "name": "streaming-tarball",
  "version": "1.0.3",
  "description": "Streaming interface for decoding tarballs on modern JavaScript runtimes",
  "author": "Shaun Persad <shaunpersad@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shaunpersad/streaming-tarball/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaunpersad/streaming-tarball.git"
  },
  "keywords": [
    "tar",
    "tarball",
    "streaming",
    "webstream",
    "stream",
    "cloudflare workers",
    "deno",
    "bun"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*",
    "src/*"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "tsc",
    "test": "vitest"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20230724.0",
    "@types/node": "^20.8.0",
    "eslint": "^8.46.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-import-resolver-typescript": "^3.5.5",
    "eslint-plugin-import": "^2.28.0",
    "miniflare": "^3.20230724.0",
    "typescript": "^5.1.6",
    "vitest": "^0.33.0",
    "vitest-environment-miniflare": "^2.14.0"
  }
}
