{
  "name": "rword",
  "version": "3.1.1",
  "description": "A cryptographically secure random generator for real English words. Contains 370,000 words.",
  "main": "dist/rword.js",
  "types": "dist/rword.d.ts",
  "scripts": {
    "watch-build": "npm run build -- -w",
    "build": "tsc -p ./",
    "test": "node dist/test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Xyfir/rword.git"
  },
  "keywords": [
    "random",
    "randomly",
    "generate",
    "generated",
    "generator",
    "words",
    "word",
    "english",
    "real",
    "cryptographically secure",
    "csprng",
    "cprng"
  ],
  "author": "Xyfir, LLC (https://www.xyfir.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Xyfir/rword/issues"
  },
  "prettier": {
    "singleQuote": true
  },
  "homepage": "https://github.com/Xyfir/rword#readme",
  "devDependencies": {
    "@types/node": "^11.13.7",
    "typescript": "^3.4.5"
  }
}
