gmana
Version:
A sleek, interactive, and secure CLI tool for generating and managing passwords with modern UX, strong encryption, and smart features.
78 lines (77 loc) • 1.86 kB
JSON
{
"name": "gmana",
"version": "1.0.7",
"description": "A sleek, interactive, and secure CLI tool for generating and managing passwords with modern UX, strong encryption, and smart features.",
"author": "Sun Sreng",
"license": "MIT",
"homepage": "https://github.com/sun-sreng/react/tree/main/packages/cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sun-sreng/react.git",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/sun-sreng/react/issues"
},
"type": "module",
"publishConfig": {
"access": "public"
},
"bin": {
"gmana": "dist/index.mjs"
},
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"prepack": "npm run build",
"clean": "rm -rf dist node_modules bun.lock package-lock.json",
"format": "oxfmt src",
"format:check": "oxfmt --check src",
"lint": "oxlint src --deny-warnings",
"check": "bun run lint && bun run format:check",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"cli",
"password-generator",
"secure-password",
"interactive-cli",
"typescript",
"encryption",
"security",
"password-manager",
"gmana"
],
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"oxlint": "^1.61.0",
"tsdown": "^0.21.9",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"dependencies": {
"@clack/prompts": "^1.2.0",
"clipboardy": "^5.3.1",
"colorette": "^2.0.20",
"commander": "^14.0.3",
"consola": "^3.4.2",
"execa": "^9.6.1",
"fs-extra": "^11.3.4",
"ora": "^9.3.0",
"picocolors": "^1.1.1",
"zod": "^4.3.6"
}
}