{
  "name": "@tryghost/config-url-helpers",
  "version": "1.0.23",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/SDK.git",
    "directory": "packages/config-url-helpers"
  },
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "test": "NODE_ENV=testing c8 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
    "coverage": "c8 report -r html",
    "lint": "eslint . --ext .js --cache",
    "posttest": "yarn lint"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "c8": "11.0.0",
    "mocha": "11.7.5",
    "should": "13.2.3",
    "sinon": "21.0.2"
  },
  "gitHead": "9cc8428821b292029029019e1af6fb24a75709ad"
}
