{
  "name": "shakeeb-justify",
  "version": "2.0.0",
  "description": "Urdu poetry justification utility by Shakeeb Ahmad",
  "main": "dist/shakeeb-justify.min.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "terser dist/shakeeb-justify.js -o dist/shakeeb-justify.min.js --compress --mangle",
    "test": "jest"
  },
  "keywords": [
    "justify-align-last",
    "justify-with-table",
    "justify",
    "nastaleeq",
    "poetry-justify",
    "poetry",
    "shakeeb",
    "ShakesVision",
    "table-justify",
    "typography",
    "urdu",
    "shakeeb ahmad",
    "shakeeb.in",
    "shakeeb-justify",
    "shakeeb justify"
  ],
  "author": "Shakeeb Ahmad <admin@sarbakaf.com> (https://shakeeb.in)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ShakesVision/PoetryJustification.git"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "terser": "^5.43.1"
  }
}
