{
  "name": "@tryghost/content-api",
  "version": "1.12.6",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/SDK.git",
    "directory": "packages/content-api"
  },
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "cjs/content-api.js",
  "umd:main": "umd/content-api.min.js",
  "unpkg": "umd/content-api.min.js",
  "module": "es/content-api.js",
  "source": "lib/content-api.js",
  "files": [
    "LICENSE",
    "README.md",
    "cjs/",
    "lib/",
    "umd/",
    "es/"
  ],
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "pretest": "yarn build",
    "test": "NODE_ENV=testing c8 --src cjs --reporter text --reporter cobertura mocha './test/**/*.test.js'",
    "build": "rollup -c",
    "lint": "eslint . --ext .js --cache",
    "prepare": "NODE_ENV=production yarn build",
    "posttest": "yarn lint"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/core": "7.29.0",
    "@babel/polyfill": "7.12.1",
    "@babel/preset-env": "7.29.0",
    "@rollup/plugin-babel": "6.1.0",
    "@rollup/plugin-json": "6.1.0",
    "@rollup/plugin-node-resolve": "16.0.3",
    "@rollup/plugin-terser": "0.4.4",
    "c8": "11.0.0",
    "core-js": "3.48.0",
    "eslint-plugin-ghost": "3.5.0",
    "mocha": "11.7.5",
    "rollup": "2.80.0",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-polyfill-node": "0.13.0",
    "rollup-plugin-replace": "2.2.0",
    "should": "13.2.3",
    "sinon": "21.0.2"
  },
  "dependencies": {
    "axios": "1.13.6"
  },
  "gitHead": "9cc8428821b292029029019e1af6fb24a75709ad"
}
