{
	"name": "pux-to-html",
	"version": "1.2.0",
	"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": "^2.2.1",
		"adm-zip": "^0.5.16",
		"commander": "^14.0.0",
		"meow": "^13.2.0"
	},
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"np": "^10.2.0"
	},
	"scripts": {
		"release": "np",
		"format": "biome format --write",
		"lint": "biome lint",
		"test": "biome ci"
	},
	"bin": {
		"pux2html": "./index.js"
	}
}
