{
  "name": "@small-tech/eff-diceware-passphrase",
  "version": "1.0.1",
  "description": "Single-file, no-dependency, bring-your-own-crypto ESM version of Emil Bayes’s module of the same name.",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "build": "npx esbuild index.js --bundle --platform=neutral --format=esm --outfile=dist/eff-diceware-passphrase.js",
    "build-minified": "npx esbuild index.js --bundle --minify --platform=neutral --format=esm --outfile=dist/eff-diceware-passphrase.min.js"
  },
  "contributors": [
    "Emil Bay <github@tixz.dk>",
    "Aral Balkan <mail@ar.al>"
  ],
  "license": "ISC",
  "files": [
    "wordlist.js",
    "dist"
  ],
  "keywords": ["diceware", "passphrase", "eff", "word list", "password", "crypto", "esm", "zero dependency"],
  "homepage": "https://github.com/small-tech/eff-diceware-passphrase",
  "bugs": "https://github.com/small-tech/eff-diceware-passphrase/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/small-tech/eff-diceware-passphrase.git"
  },
  "devDependencies": {
    "esbuild": "^0.8.52"
  }
}
