TryGhost/Ghost

View on GitHub
ghost/recommendations/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@tryghost/recommendations",
  "version": "0.0.0",
  "repository": "https://github.com/TryGhost/Ghost/tree/main/ghost/recommendations",
  "author": "Ghost Foundation",
  "private": true,
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "dev": "tsc --watch --preserveWatchOutput --sourceMap",
    "build": "tsc",
    "build:ts": "yarn build",
    "prepare": "tsc",
    "test:unit": "NODE_ENV=testing c8 --src src --all --check-coverage --100 --reporter text --reporter cobertura -- mocha --reporter dot -r ts-node/register './test/**/*.test.ts'",
    "test": "yarn test:types && yarn test:unit",
    "test:types": "tsc --noEmit",
    "lint:code": "eslint src/ --ext .ts --cache",
    "lint": "yarn lint:code && yarn lint:test",
    "lint:test": "eslint -c test/.eslintrc.js test/ --ext .ts --cache"
  },
  "files": [
    "build"
  ],
  "devDependencies": {
    "@types/node": "20.14.3",
    "c8": "8.0.1",
    "mocha": "10.2.0",
    "sinon": "15.2.0",
    "ts-node": "10.9.2",
    "typescript": "5.4.5"
  },
  "dependencies": {
    "@tryghost/tpl": "0.1.30",
    "@tryghost/errors": "1.3.2",
    "@tryghost/in-memory-repository": "0.0.0",
    "@tryghost/bookshelf-repository": "0.0.0",
    "@tryghost/logging": "2.4.15"
  }
}