{
  "name": "@zaeniahmad/kpwgen",
  "version": "6.0.0",
  "description": "Deterministic password generation core logic",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "bin": {
    "kpwgen": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "password",
    "deterministic",
    "generator"
  ],
  "author": "Zaeni Ahmad",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^24.2.1",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "js-sha256": "^0.11.1"
  }
}
