{
  "name": "crypto-pwd-generator",
  "version": "2.0.0",
  "description": "A strong password generator",
  "keywords": [
    "cli",
    "passwords",
    "password generator"
  ],
  "main": "index.js",
  "jsdelivr": "dist/index.js",
  "unpkg": "dist/index.js",
  "files": [
    "index.js",
    "src/pwdgen.js",
    "dist/index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ThornDuke/crypto-pwd-generator.git"
  },
  "homepage": "https://github.com/ThornDuke/crypto-pwd-generator",
  "bugs": {
    "url": "https://github.com/ThornDuke/crypto-pwd-generator/issues"
  },
  "engines": {
    "node": ">=8"
  },
  "preferGlobal": true,
  "scripts": {
    "start": "node --no-warnings index.js",
    "serve": "serve",
    "format": "prettier . --write",
    "stylecheck": "prettier . --check"
  },
  "author": "Thorn Duke",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "prettier": "^3.2.5"
  },
  "dependencies": {
    "serve": "^14.2.4"
  }
}
