{
	"name": "modern-tar",
	"version": "0.8.4",
	"description": "Zero dependency streaming tar parser and writer for JavaScript.",
	"author": "Ayuhito <hello@ayuhito.com>",
	"license": "MIT",
	"type": "module",
	"sideEffects": false,
	"packageManager": "pnpm@11.18.0",
	"main": "./dist/web/index.js",
	"module": "./dist/web/index.js",
	"types": "./dist/web/index.d.ts",
	"exports": {
		"./package.json": "./package.json",
		".": {
			"types": "./dist/web/index.d.ts",
			"import": "./dist/web/index.js",
			"default": "./dist/web/index.js"
		},
		"./fs": {
			"types": "./dist/fs/index.d.ts",
			"import": "./dist/fs/index.js",
			"default": "./dist/fs/index.js"
		}
	},
	"typesVersions": {
		"*": {
			"fs": [
				"dist/fs/index.d.ts"
			],
			"*": [
				"dist/web/index.d.ts"
			]
		}
	},
	"devDependencies": {
		"@arethetypeswrong/cli": "0.18.5",
		"@biomejs/biome": "2.5.6",
		"@hegeldev/hegel": "0.4.3",
		"@types/node": "26.1.2",
		"@vitest/browser-playwright": "4.1.10",
		"@vitest/coverage-v8": "4.1.10",
		"miniflare": "4.20260730.0",
		"playwright": "1.62.1",
		"publint": "0.3.22",
		"tsdown": "0.22.14",
		"typescript": "7.0.2",
		"vitest": "4.1.10"
	},
	"scripts": {
		"build": "tsdown",
		"dev": "tsdown --watch",
		"test": "vitest --project node",
		"test:workers": "pnpm run build && vitest --project workers --run",
		"coverage": "vitest --project node --run --coverage",
		"check": "biome check .",
		"typecheck": "tsc --noEmit && tsc --noEmit --project tsconfig.web.json && tsc --noEmit --project tsconfig.fs.json",
		"test:browser": "vitest --project browser --run"
	},
	"files": [
		"dist",
		"README.md"
	],
	"homepage": "https://github.com/ayuhito/modern-tar",
	"bugs": {
		"url": "https://github.com/ayuhito/modern-tar/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ayuhito/modern-tar.git"
	},
	"publishConfig": {
		"access": "public"
	},
	"engines": {
		"node": ">=18.0.0"
	}
}
