{
  "name": "@kth/cortina-block",
  "version": "7.0.0",
  "description": "Node.js module for fetching Cortina blocks and optionally cache using Redis.",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "eslint \"**/*.js\" --quiet",
    "lint-v": "eslint \"**/*.js\" ",
    "test": "jest",
    "test:watch": "jest --watch",
    "build": "npm ci && tsc",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/KTH/kth-node-cortina-block"
  },
  "keywords": [
    "node",
    "kth",
    "cortina",
    "blocks"
  ],
  "author": {
    "name": "KTH",
    "email": "infosys@kth.se",
    "url": "https://github.com/KTH"
  },
  "license": "MIT",
  "dependencies": {
    "@kth/log": "^4.0.7",
    "kth-node-redis": "^3.3.0"
  },
  "devDependencies": {
    "@kth/eslint-config-kth": "^3.6.0",
    "@types/express": "^5.0.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.17.17",
    "eslint": "^8.57.1",
    "express": "^4.21.2",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "lint-staged": "^15.4.3",
    "prettier": "^3.5.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  },
  "prettier": {
    "arrowParens": "avoid",
    "printWidth": 120,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "// (jest)": "configuration for jest",
  "jest": {
    "preset": "ts-jest",
    "clearMocks": true,
    "notifyMode": "failure-change",
    "testEnvironment": "node",
    "verbose": true
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
