UNPKG

@simplito/webendpoint-manager

Version:

ClI tool for managing PrivMX Webendpoint assets

27 lines (26 loc) 762 B
{ "name": "@simplito/webendpoint-manager", "version": "0.1.3", "description": "ClI tool for managing PrivMX Webendpoint assets", "type": "module", "bin": "./dist/bin.js", "homepage": "https://privmx.dev/", "scripts": { "build": "tsc --project tsconfig.cli.json", "build:clean": "rm -rd ./dist/* && pnpm build" }, "keywords": ["encryption","secure-communication","crypto","privacy","secure-messaging","asymetric-encryption","web","cli"], "author": "Simplito sp. z o.o.", "license": "MIT", "devDependencies": { "tsx": "^4.19.1" }, "dependencies": { "@inquirer/prompts": "^6.0.1", "@types/adm-zip": "^0.5.6", "adm-zip": "^0.5.16", "decompress": "^4.2.1", "ora": "^8.1.0", "typescript": "^5.6.3" } }