cityssm/random-words

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@cityssm/random-words",
  "version": "1.2.1",
  "description": "Generate one or more common English words",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/random-words.git"
  },
  "keywords": [
    "random",
    "words",
    "words",
    "word",
    "generator",
    "sample",
    "text"
  ],
  "author": "The Corporation of the City of Sault Ste. Marie",
  "contributors": [
    "Thomas Boutell"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.0.3",
    "@typescript-eslint/eslint-plugin": "^4.23.0",
    "@typescript-eslint/parser": "^4.23.0",
    "eslint": "^7.26.0",
    "eslint-config-standard-with-typescript": "^20.0.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "typescript": "^4.2.4"
  }
}