{
	"name": "pux-to-html",
	"version": "1.2.2",
	"license": "MIT",
	"author": "Roman Ožana <roman@ozana.cz> (https://ozana.cz)",
	"description": "Converts 1PUX (export from 1Password) file to HTML files",
	"keywords": [
		"1password",
		"pux",
		"html",
		"export",
		"security",
		"password",
		"convert"
	],
	"repository": "git@github.com:OzzyCzech/pux-to-html.git",
	"main": "index.js",
	"type": "module",
	"dependencies": {
		"@sindresorhus/slugify": "^3.0.0",
		"adm-zip": "^0.5.17",
		"commander": "^14.0.3",
		"meow": "^14.1.0"
	},
	"devDependencies": {
		"@biomejs/biome": "2.3.6",
		"np": "^11.0.3"
	},
	"scripts": {
		"release": "np",
		"format": "biome check --write .",
		"format:check": "biome check .",
		"test": "biome ci"
	},
	"bin": {
		"pux2html": "./index.js"
	}
}
