{
  "name": "gscan",
  "version": "6.1.0",
  "description": "Scans Ghost themes looking for errors, deprecations, features and compatibility",
  "keywords": [
    "ghost",
    "themes",
    "validator",
    "lint"
  ],
  "homepage": "https://ghost.org/",
  "repository": {
    "type": "git",
    "url": "git@github.com:TryGhost/gscan.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": "^22.13.1 || ^24.0.0"
  },
  "bugs": {
    "url": "https://github.com/TryGhost/gscan/issues"
  },
  "author": {
    "name": "Ghost Foundation",
    "email": "hello@ghost.org",
    "web": "https://ghost.org/"
  },
  "main": "lib",
  "license": "MIT",
  "scripts": {
    "start": "node app/index.js",
    "dev": "NODE_ENV=development DEBUG=gscan:* nodemon",
    "lint": "eslint . --ext .js --cache",
    "test": "NODE_ENV=testing vitest run --coverage",
    "posttest": "yarn lint",
    "preship": "yarn test",
    "ship": "pro-ship",
    "ship:ci": "npm publish"
  },
  "bin": {
    "gscan": "./bin/cli.js"
  },
  "dependencies": {
    "@sentry/node": "10.52.0",
    "@tryghost/config": "2.2.0",
    "@tryghost/debug": "2.2.0",
    "@tryghost/errors": "3.2.1",
    "@tryghost/logging": "4.2.1",
    "@tryghost/nql": "0.12.10",
    "@tryghost/pretty-cli": "3.2.0",
    "@tryghost/server": "2.2.1",
    "@tryghost/zip": "3.3.1",
    "chalk": "5.6.2",
    "express": "5.2.1",
    "express-handlebars": "8.0.1",
    "glob": "13.0.6",
    "handlebars": "4.7.9",
    "lodash": "4.18.1",
    "multer": "2.1.1",
    "semver": "7.8.0",
    "validator": "^13.0.0"
  },
  "devDependencies": {
    "@eslint/compat": "2.1.0",
    "@eslint/eslintrc": "3.3.5",
    "@eslint/js": "10.0.1",
    "@tryghost/pro-ship": "1.0.8",
    "@vitest/coverage-v8": "4.1.5",
    "eslint": "10.3.0",
    "eslint-plugin-ghost": "3.5.0",
    "nodemon": "3.1.14",
    "vitest": "4.1.5"
  },
  "resolutions": {
    "node-loggly-bulk": "4.0.2",
    "node-loggly-bulk/axios": "1.16.0",
    "**/handlebars": "4.7.9"
  },
  "files": [
    "lib",
    "bin"
  ]
}
