{
  "name": "ez-slugify",
  "version": "1.0.4",
  "description": "A utility to convert any string into an SEO-friendly URL slug.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shiam-technext/ez-slugify.git"
  },
  "keywords": [
    "slug",
    "slugify",
    "SEO",
    "SEO-friendly",
    "string",
    "url",
    "convert",
    "text"
  ],
  "author": "Md. Shafiul Alam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shiam-technext/ez-slugify/issues"
  },
  "homepage": "https://github.com/shiam-technext/ez-slugify#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^10.7.3"
  }
}
