{
  "name": "friendly-word-slug",
  "version": "0.3.0",
  "description": "Generate a friendly slug",
  "main": "./dist/index.js",
  "author": "Zach Osman",
  "scripts": {
    "test": "mocha tests/test.js",
    "compile": "tsc",
    "prepublishOnly": "tsc"
  },
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zosman1/friendly-word-slug.git"
  },
  "homepage": "https://github.com/zosman1/friendly-word-slug",
  "bugs": {
    "url": "https://github.com/zosman1/friendly-word-slug/issues"
  },
  "keywords": [
    "friendly",
    "word",
    "slug",
    "random",
    "words"
  ],
  "license": "Apache",
  "types": "dist/index.d.ts",
  "devDependencies": {
    "mocha": "^6.2.3",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@types/lodash": "^4.14.158",
    "lodash": "^4.17.19"
  }
}
