{
  "name": "@tryghost/url-utils",
  "version": "4.4.8",
  "repository": "https://github.com/TryGhost/SDK/tree/main/packages/url-utils",
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --reporter html mocha './test/**/*.test.js'",
    "lint": "eslint . --ext .js --cache",
    "posttest": "yarn lint"
  },
  "files": [
    "lib/",
    "index.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@tryghost/config-url-helpers": "^1.0.12",
    "c8": "9.1.0",
    "mocha": "10.4.0",
    "rewire": "7.0.0",
    "should": "13.2.3",
    "sinon": "17.0.1"
  },
  "dependencies": {
    "cheerio": "^0.22.0",
    "lodash": "^4.17.21",
    "moment": "^2.27.0",
    "moment-timezone": "^0.5.31",
    "remark": "^11.0.2",
    "remark-footnotes": "^1.0.0",
    "unist-util-visit": "^2.0.0"
  },
  "gitHead": "048ccde4bd78d2dcd60e778d03eb8dc3227cece5"
}
