pux-to-html
Version:
Converts 1PUX (export from 1Password) file to HTML files
39 lines (38 loc) • 784 B
JSON
{
"name": "pux-to-html",
"version": "1.2.1",
"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": "2.1.2",
"np": "^10.2.0"
},
"scripts": {
"release": "np",
"format": "biome check --write .",
"format:check": "biome check .",
"test": "biome ci"
},
"bin": {
"pux2html": "./index.js"
}
}