{
  "name": "strip-gh-theme-links",
  "version": "5.0.0",
  "description": "Strip Github dark/light theme image links",
  "type": "module",
  "main": "index.js",
  "bin": "cli.js",
  "license": "BSD-3-Clause",
  "files": [
    "index.js",
    "transformer.js",
    "cli.js"
  ],
  "author": {
    "name": "Álvaro Mondéjar Rubio",
    "email": "mondejar1994@gmail.com"
  },
  "contributors": [],
  "repository": "https://github.com/mondeja/strip-gh-theme-links",
  "dependencies": {
    "cheerio": "1.0.0-rc.12",
    "fake-diff": "1.0.0",
    "remark": "15.0.1"
  },
  "devDependencies": {
    "@actions/core": "1.10.1",
    "@vercel/ncc": "0.38.1",
    "glob": "10.3.12",
    "husky": "9.0.11",
    "uvu": "0.5.6",
    "xo": "0.58.0"
  },
  "scripts": {
    "prettier": "prettier --cache --ignore-unknown \"**/*.!(js|jsx|mjs|cjs|ts|tsx|mts|cts|svg)\"",
    "format": "npm run prettier -- --write",
    "xo:fix": "xo --fix",
    "lint:fix": "npm run format && npm run xo:fix",
    "lint": "npm run format && npm run lint:fix",
    "build": "ncc build action/index.js --v8-cache -o action/dist/ --target es2020",
    "test": "uvu",
    "prepare": "husky"
  }
}
