{
  "name": "prose-languages",
  "version": "1.0.0",
  "description": "File extensions for prose languages.",
  "author": {
    "name": "Adam Lui",
    "email": "adam@kudoai.com",
    "url": "https://github.com/adamlui"
  },
  "homepage": "https://github.com/adamlui/js-utils/tree/main/prose-languages/#readme",
  "license": "MIT",
  "funding": [
    {
      "type": "github",
      "url": "http://github.com/sponsors/adamlui"
    },
    {
      "type": "ko-fi",
      "url": "https://ko-fi.com/adamlui"
    },
    {
      "type": "paypal",
      "url": "https://paypal.me/adamlui"
    }
  ],
  "main": "dist/index.js",
  "files": [
    "dist/",
    "docs/"
  ],
  "scripts": {
    "build": "node utils/build",
    "bump:patch": "bash utils/bump.sh patch",
    "bump:minor": "bash utils/bump.sh minor",
    "bump:feat": "npm run bump:minor",
    "bump:major": "bash utils/bump.sh major",
    "lint": "eslint . --cache",
    "lint:all": "eslint .",
    "lint:fix": "eslint . --fix --cache",
    "lint:fix-all": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adamlui/js-utils.git"
  },
  "keywords": [
    "asciidoc",
    "computer-languages",
    "creole",
    "extensions",
    "file-extensions",
    "file‑type-detection",
    "filenames",
    "gemini",
    "gettext-catalog",
    "github",
    "language-detection",
    "languages",
    "linguist",
    "markdown",
    "muse",
    "org",
    "pod",
    "pod-6",
    "prose-languages",
    "rdoc",
    "restructuredtext",
    "rmarkdown",
    "sweave",
    "syntax-highlighting",
    "texinfo",
    "text",
    "textile",
    "vim-help-file",
    "wikitext"
  ],
  "bugs": {
    "url": "https://github.com/adamlui/js-utils/issues"
  },
  "devDependencies": {
    "@eslint/json": "^1.2.0",
    "@eslint/markdown": "^8.0.1",
    "@stylistic/eslint-plugin": "^5.10.0",
    "eslint": "^9.39.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-regexp": "^3.1.0"
  }
}
