{
  "name": "@tryghost/admin-api-schema",
  "version": "4.7.5",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/SDK.git",
    "directory": "packages/admin-api-schema"
  },
  "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'",
    "lint": "eslint . --ext .js --cache",
    "posttest": "yarn lint"
  },
  "files": [
    "lib/*",
    "index.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "c8": "11.0.0",
    "mocha": "11.7.6",
    "should": "13.2.3",
    "sinon": "22.0.0"
  },
  "dependencies": {
    "@tryghost/errors": "2.2.1",
    "ajv": "8.20.0",
    "ajv-formats": "3.0.1",
    "lodash": "4.18.1"
  },
  "gitHead": "8cc9ae375d4851d0ea52916a5c5cd9570bb53d0b"
}
