{
  "name": "friendly-words",
  "version": "1.3.1",
  "description": "The Glitch word list, packaged into an NPM module for easy use.",
  "author": "Glitch <help@glitch.com>",
  "main": "index.js",
  "scripts": {
    "test": "ava test.js",
    "build": "node build.js",
    "start": "node server.js"
  },
  "homepage": "https://glitch.com/~friendly-words",
  "dependencies": {
    "ava": "^5.3.1",
    "express": "^4.18.2",
    "lodash.samplesize": "^4.2.0"
  },
  "repository": {
    "url": "https://github.com/glitchdotcom/friendly-words"
  },
  "license": "MIT",
  "keywords": [
    "node",
    "glitch",
    "express"
  ]
}