{
    "name": "@gjsify/tar",
    "version": "0.43.0",
    "description": "Streaming .tar / .tar.gz reader for the gjsify install backend (Node + GJS)",
    "type": "module",
    "module": "lib/esm/index.js",
    "main": "lib/esm/index.js",
    "types": "lib/types/index.d.ts",
    "exports": {
        ".": {
            "types": "./lib/types/index.d.ts",
            "default": "./lib/esm/index.js"
        }
    },
    "files": [
        "lib"
    ],
    "scripts": {
        "clear": "gjsify clear lib *.tsbuildinfo test.gjs.mjs test.node.mjs",
        "check": "gjsify tsc --noEmit",
        "build": "gjsify run build:gjsify && gjsify run build:types",
        "build:gjsify": "gjsify build --library 'src/**/*.{ts,js}' --exclude 'src/**/*.spec.{mts,ts}' 'src/test.mts'",
        "build:types": "gjsify tsc -p tsconfig.build.json",
        "build:test": "gjsify run build:test:gjs && gjsify run build:test:node",
        "build:test:gjs": "gjsify build src/test.mts --app gjs --outfile test.gjs.mjs",
        "build:test:node": "gjsify build src/test.mts --app node --outfile test.node.mjs",
        "test": "gjsify run build:gjsify && gjsify run build:test && gjsify run test:node && gjsify run test:gjs",
        "test:gjs": "gjsify run test.gjs.mjs",
        "test:node": "node test.node.mjs",
        "test:bun": "bun test.node.mjs",
        "test:deno": "deno run -A --no-lock --node-modules-dir=none test.node.mjs",
        "test:cross-runtime": "gjsify run build:test:node && gjsify run test:node && gjsify run test:bun && gjsify run test:deno"
    },
    "keywords": [
        "gjs",
        "node",
        "tar",
        "tgz",
        "install"
    ],
    "license": "MIT",
    "devDependencies": {
        "@gjsify/cli": "^0.43.0",
        "@gjsify/compression-streams": "^0.43.0",
        "@gjsify/unit": "^0.43.0",
        "typescript": "^6.0.3"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/gjsify/gjsify.git",
        "directory": "packages/infra/tar"
    },
    "bugs": {
        "url": "https://github.com/gjsify/gjsify/issues"
    },
    "homepage": "https://github.com/gjsify/gjsify/tree/main/packages/infra/tar#readme",
    "gjsify": {
        "tier": 1
    }
}
