{ "name": "ghost", "version": "5.38.0", "description": "The professional publishing platform", "author": "Ghost Foundation", "homepage": "https://ghost.org", "keywords": [ "ghost", "blog", "cms", "headless", "content", "markdown" ], "repository": { "type": "git", "url": "git://github.com/TryGhost/Ghost.git" }, "bugs": "https://github.com/TryGhost/Ghost/issues", "contributors": "https://github.com/TryGhost/Ghost/graphs/contributors", "license": "MIT", "scripts": { "start": "node index", "setup": "knex-migrator init", "build": "npm pack --pack-destination ../..", "test": "yarn test:unit", "test:single": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js --timeout=60000", "test:all": "yarn test:unit && yarn test:integration && yarn test:e2e && yarn lint", "test:debug": "DEBUG=ghost:test* yarn test", "test:unit": "c8 yarn test:unit:base", "test:unit:base": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js './test/unit' --timeout=2000", "test:integration": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js './test/integration' --timeout=10000", "test:e2e": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js './test/e2e-api' './test/e2e-frontend' './test/e2e-server' './test/e2e-webhooks' --timeout=15000", "test:regression": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js './test/regression' --timeout=60000", "test:browser": "NODE_ENV=testing-browser playwright test test/e2e-browser", "test:browser:single": "NODE_ENV=testing-browser playwright test", "test:browser:setup": "npx playwright install", "test:browser:record": "NODE_ENV=testing-browser yarn start record-test", "test:ci": "c8 -c ./.c8rc.e2e.json yarn test:ci:base", "test:ci:base": "yarn test:e2e -b && yarn test:integration -b && yarn test:regression -b", "test:unit:slow": "yarn test:unit --reporter=mocha-slow-test-reporter", "test:int:slow": "yarn test:integration --reporter=mocha-slow-test-reporter", "test:e2e:slow": "yarn test:e2e --reporter=mocha-slow-test-reporter", "test:reg:slow": "mocha --require=./test/utils/overrides.js --exit --trace-warnings --recursive --extension=test.js './test/regression' --timeout=60000 --reporter=mocha-slow-test-reporter", "lint:server": "eslint --ignore-path .eslintignore 'core/server/**/*.js' 'core/*.js' '*.js'", "lint:shared": "eslint --ignore-path .eslintignore 'core/shared/**/*.js'", "lint:frontend": "eslint --ignore-path .eslintignore 'core/frontend/**/*.js'", "lint:test": "eslint -c test/.eslintrc.js --ignore-path test/.eslintignore 'test/**/*.js'", "lint:code": "yarn lint:server && yarn lint:shared && yarn lint:frontend", "lint": "yarn lint:server && yarn lint:shared && yarn lint:frontend && yarn lint:test", "build:css": "postcss core/frontend/public/ghost.css --no-map --use cssnano -o core/frontend/public/ghost.min.css", "prepack": "yarn workspace ghost-admin run build:prod && yarn build:css && npx --yes daniellockyer/monobundle" }, "engines": { "node": "^14.18.0 || ^16.13.0 || ^18.12.1", "cli": "^1.17.0" }, "dependencies": { "@sentry/node": "7.11.1", "@tryghost/adapter-base-cache": "0.1.4", "@tryghost/adapter-cache-redis": "0.0.0", "@tryghost/adapter-manager": "0.0.0", "@tryghost/admin-api-schema": "4.2.2", "@tryghost/api-framework": "0.0.0", "@tryghost/api-version-compatibility-service": "0.0.0", "@tryghost/audience-feedback": "0.0.0", "@tryghost/bookshelf-plugins": "0.6.4", "@tryghost/bootstrap-socket": "0.0.0", "@tryghost/color-utils": "0.1.23", "@tryghost/config-url-helpers": "1.0.5", "@tryghost/constants": "0.0.0", "@tryghost/custom-theme-settings-service": "0.0.0", "@tryghost/data-generator": "0.0.0", "@tryghost/database-info": "0.3.15", "@tryghost/debug": "0.1.22", "@tryghost/domain-events": "0.0.0", "@tryghost/dynamic-routing-events": "0.0.0", "@tryghost/email-analytics-provider-mailgun": "0.0.0", "@tryghost/email-analytics-service": "0.0.0", "@tryghost/email-content-generator": "0.0.0", "@tryghost/email-mock-receiver": "0.1.1", "@tryghost/email-service": "0.0.0", "@tryghost/email-suppression-list": "0.0.0", "@tryghost/errors": "1.2.21", "@tryghost/event-aware-cache-wrapper": "0.0.0", "@tryghost/express-dynamic-redirects": "0.0.0", "@tryghost/external-media-inliner": "0.0.0", "@tryghost/helpers": "1.1.76", "@tryghost/html-to-plaintext": "0.0.0", "@tryghost/http-cache-utils": "0.1.7", "@tryghost/image-transform": "1.2.4", "@tryghost/importer-handler-content-files": "0.0.0", "@tryghost/importer-revue": "0.0.0", "@tryghost/job-manager": "0.0.0", "@tryghost/kg-card-factory": "4.0.5", "@tryghost/kg-default-atoms": "4.0.1", "@tryghost/kg-default-cards": "6.0.5", "@tryghost/kg-default-nodes": "0.0.16", "@tryghost/kg-lexical-html-renderer": "0.1.12", "@tryghost/kg-mobiledoc-html-renderer": "6.0.5", "@tryghost/limit-service": "1.2.5", "@tryghost/link-redirects": "0.0.0", "@tryghost/link-replacer": "0.0.0", "@tryghost/link-tracking": "0.0.0", "@tryghost/logging": "2.4.1", "@tryghost/magic-link": "0.0.0", "@tryghost/mailgun-client": "0.0.0", "@tryghost/member-attribution": "0.0.0", "@tryghost/member-events": "0.0.0", "@tryghost/members-api": "0.0.0", "@tryghost/members-csv": "0.0.0", "@tryghost/members-events-service": "0.0.0", "@tryghost/members-importer": "0.0.0", "@tryghost/members-offers": "0.0.0", "@tryghost/members-ssr": "0.0.0", "@tryghost/members-stripe-service": "0.0.0", "@tryghost/metrics": "1.0.22", "@tryghost/milestones": "0.0.0", "@tryghost/minifier": "0.0.0", "@tryghost/mw-api-version-mismatch": "0.0.0", "@tryghost/mw-cache-control": "0.0.0", "@tryghost/mw-error-handler": "0.0.0", "@tryghost/mw-session-from-token": "0.0.0", "@tryghost/mw-version-match": "0.0.0", "@tryghost/mw-vhost": "0.0.0", "@tryghost/nodemailer": "0.3.32", "@tryghost/nql": "0.11.0", "@tryghost/oembed-service": "0.0.0", "@tryghost/package-json": "0.0.0", "@tryghost/pretty-cli": "1.2.34", "@tryghost/promise": "0.3.2", "@tryghost/request": "0.1.36", "@tryghost/security": "0.0.0", "@tryghost/session-service": "0.0.0", "@tryghost/settings-path-manager": "0.0.0", "@tryghost/slack-notifications": "0.0.0", "@tryghost/social-urls": "0.1.35", "@tryghost/staff-service": "0.0.0", "@tryghost/stats-service": "0.0.0", "@tryghost/string": "0.2.3", "@tryghost/tiers": "0.0.0", "@tryghost/tpl": "0.1.22", "@tryghost/update-check-service": "0.0.0", "@tryghost/url-utils": "4.3.1", "@tryghost/validator": "0.2.1", "@tryghost/verification-trigger": "0.0.0", "@tryghost/version": "0.1.20", "@tryghost/webmentions": "0.0.0", "@tryghost/zip": "1.1.32", "amperize": "0.6.1", "analytics-node": "6.2.0", "bluebird": "3.7.2", "body-parser": "1.20.2", "bookshelf": "1.2.0", "bookshelf-relations": "2.5.1", "brute-knex": "4.0.1", "bson-objectid": "2.0.4", "chalk": "4.1.2", "cheerio": "0.22.0", "common-tags": "1.8.2", "compression": "1.7.4", "connect-slashes": "1.4.0", "cookie-session": "2.0.0", "cors": "2.8.5", "downsize": "0.0.8", "express": "4.18.2", "express-brute": "1.0.1", "express-hbs": "2.4.0", "express-jwt": "7.7.7", "express-lazy-router": "1.0.4", "express-query-boolean": "2.0.0", "express-session": "1.17.3", "fs-extra": "11.1.0", "ghost-storage-base": "1.0.0", "glob": "8.1.0", "got": "11.8.6", "gscan": "4.36.1", "human-number": "2.0.1", "image-size": "1.0.2", "intl": "1.2.5", "intl-messageformat": "5.4.3", "js-yaml": "4.1.0", "jsonpath": "1.1.1", "jsonwebtoken": "8.5.1", "juice": "8.1.0", "keypair": "1.0.4", "knex": "2.4.2", "knex-migrator": "5.1.2", "lodash": "4.17.21", "luxon": "3.2.1", "moment": "2.24.0", "moment-timezone": "0.5.23", "multer": "1.4.4", "mysql2": "3.2.0", "nconf": "0.12.0", "node-jose": "2.2.0", "oembed-parser": "1.4.9", "path-match": "1.2.4", "probe-image-size": "7.2.3", "rss": "1.2.2", "sanitize-html": "2.10.0", "semver": "7.3.8", "socket.io": "4.6.1", "stoppable": "1.1.0", "uuid": "9.0.0", "xml": "1.0.1" }, "optionalDependencies": { "@tryghost/html-to-mobiledoc": "2.0.7", "sqlite3": "5.1.6" }, "devDependencies": { "@playwright/test": "1.30.0", "@tryghost/express-test": "0.13.1", "@tryghost/webhook-mock-receiver": "0.2.4", "@types/common-tags": "1.8.1", "c8": "7.13.0", "cli-progress": "3.12.0", "cssnano": "5.1.15", "eslint": "8.36.0", "expect": "29.3.1", "form-data": "4.0.0", "inquirer": "8.2.5", "jwks-rsa": "3.0.1", "mocha": "10.2.0", "mocha-slow-test-reporter": "0.1.2", "mock-knex": "TryGhost/mock-knex#d8b93b1c20d4820323477f2c60db016ab3e73192", "nock": "13.3.0", "papaparse": "5.3.2", "postcss": "8.4.21", "postcss-cli": "10.1.0", "rewire": "6.0.0", "should": "13.2.3", "sinon": "15.0.2", "supertest": "6.3.3", "tmp": "0.2.1", "toml": "3.0.0" }, "resolutions": { "@elastic/elasticsearch": "8.5.0", "@tryghost/logging": "2.4.1", "moment": "2.24.0", "moment-timezone": "0.5.23" } }