{
	"name": "mcbe-leveldb-reader",
	"version": "5.0.1",
	"description": "Reads a MCBE LevelDB database from a .mcworld file. Can also extract all structure files from a world.",
	"keywords": [
		"leveldb",
		"mcbe",
		"mcstructure",
		"mcworld",
		"minecraft"
	],
	"homepage": "https://holoprint-mc.github.io/MCBE-LevelDB-reader",
	"bugs": {
		"url": "https://github.com/HoloPrint-MC/MCBE-LevelDB-reader/issues"
	},
	"license": "MIT",
	"author": "SuperLlama88888",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/HoloPrint-MC/MCBE-LevelDB-reader.git"
	},
	"files": [
		"dist"
	],
	"type": "module",
	"main": "./dist/index.js",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		}
	},
	"imports": {
		"#nativeZlib": {
			"node": {
				"types": "./dist/nativeZlib.node.d.ts",
				"import": "./dist/nativeZlib.node.js"
			},
			"browser": {
				"types": "./dist/nativeZlib.browser.d.ts",
				"import": "./dist/nativeZlib.browser.js"
			},
			"default": {
				"types": "./dist/nativeZlib.browser.d.ts",
				"import": "./dist/nativeZlib.browser.js"
			}
		}
	},
	"scripts": {
		"build": "tsc",
		"dev": "tsc --watch",
		"lint": "eslint --fix",
		"prepublishOnly": "npm run build",
		"change": "changeset",
		"version": "changeset version && npm i --package-lock-only",
		"release": "changeset publish",
		"test": "node tests/test-node.js",
		"docs": "typedoc"
	},
	"dependencies": {
		"@zip.js/zip.js": "^2.8.50",
		"pako": "^3.0.1"
	},
	"devDependencies": {
		"@changesets/cli": "^3.0.0",
		"@eslint/js": "^10.0.1",
		"@stylistic/eslint-plugin": "^5.10.0",
		"@types/node": "^26.2.0",
		"@typescript-eslint/eslint-plugin": "^8.67.0",
		"@typescript-eslint/parser": "^8.67.0",
		"eslint": "^10.8.1",
		"eslint-plugin-import-newlines": "^2.0.0",
		"eslint-plugin-simple-import-sort": "^14.0.0",
		"globals": "^17.9.0",
		"jiti": "^2.7.0",
		"typedoc": "^0.28.20",
		"typescript": "^6.0.3",
		"typescript-eslint": "^8.67.0"
	}
}
