{
  "name": "quran-madina-html",
  "version": "1.0.1",
  "devDependencies": {
    "grunt": "^1.6.2",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-concat": "^2.1.0",
    "grunt-contrib-cssmin": "^5.0.0",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-json-minify": "^1.1.0",
    "http-server": "^14.1.1",
    "release-it": "^20.2.0"
  },
  "description": "A Madina Quran HTML Renderer without images.",
  "main": "dist/quran-madina-html.min.js",
  "files": [
    "dist/quran-madina-html.min.js",
    "dist/quran-madina-html.min.css",
    "assets"
  ],
  "scripts": {
    "build": "grunt",
    "build-db": "python src/db/build_all.py",
    "start": "http-server -a localhost -p 8000 -c-1",
    "test": "python -m pytest",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tarekeldeeb/quran-madina-html.git"
  },
  "keywords": [
    "quran",
    "html",
    "madina"
  ],
  "author": "Tarek Eldeeb",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tarekeldeeb/quran-madina-html/issues"
  },
  "homepage": "https://github.com/tarekeldeeb/quran-madina-html#readme",
  "release-it": {
    "github": {
      "release": true
    },
    "hooks": {
      "after:init": [
        "grunt"
      ],
      "after:bump": [
        "node scripts/sync-wrapper-version.mjs ${version}",
        "git add react/package.json react/package-lock.json"
      ],
      "after:release": [
        "node scripts/publish-wrapper.mjs ${version}"
      ]
    }
  },
  "overrides": {
    "minimatch": "3.1.5",
    "undici": "7.28.0",
    "lodash": "4.18.1",
    "js-yaml": "^3.15.0",
    "websocket-driver": "0.7.5",
    "brace-expansion": "1.1.16"
  }
}
