{
	"name": "parse-ipa",
	"version": "3.1.2",
	"description": "Gather information about an IPA file.",
	"license": "GPL-3.0-only",
	"type": "module",
	"files": [
		"dist"
	],
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"browser": "./dist/browser.js",
	"exports": {
		"browser": "./dist/browser.js",
		"import": "./dist/index.js"
	},
	"scripts": {
		"dev": "bun test --watch",
		"build:lib": "tsdown",
		"build:docs": "typedoc --options typedoc.json",
		"build": "bun build:lib && bun build:docs",
		"check": "bunx @biomejs/biome check"
	},
	"devDependencies": {
		"@biomejs/biome": "2.4.13",
		"tsdown": "0.21.10",
		"typedoc-github-theme": "0.4.0"
	},
	"peerDependencies": {
		"@types/bun": "^1.3.13"
	},
	"dependencies": {
		"arktype": "2.2.0",
		"@plist/plist": "1.0.0",
		"decgbi": "1.0.1",
		"unzipit": "2.0.1"
	},
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/itss0n1c/parse-ipa.git"
	},
	"bugs": {
		"url": "https://github.com/itss0n1c/parse-ipa/issues"
	},
	"homepage": "https://s0n1c.ca/parse-ipa"
}
