{
  "name": "readability-js-server",
  "version": "1.8.0",
  "description": "Mozilla's Readability.js as a service",
  "author": "Luis Pabon @ phpdocker.io",
  "homepage": "https://github.com/phpdocker-io/readability-js-server",
  "license": "Apache-2.0",
  "packageManager": "pnpm@11.7.0",
  "dependencies": {
    "@mozilla/readability": "^0.6.0",
    "dompurify": "^3.4.11",
    "express": "^5.2.1",
    "jsdom": "^29.1.1",
    "turndown": "^7.2.4",
    "turndown-plugin-gfm": "^1.0.2"
  },
  "scripts": {
    "start": "nodemon src/server.js",
    "test": "node --test test/*.test.js",
    "lint": "eslint src/ test/ scripts/ && prettier -c src/ test/ scripts/",
    "lint:fix": "eslint --fix src/ test/ scripts/ && prettier --write src/ test/ scripts/",
    "memory:soak": "node scripts/memory-soak.js"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "^10.5.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-n": "^18.1.0",
    "nodemon": "^3.1.14",
    "prettier": "^3.8.4",
    "supertest": "^7.1.4"
  }
}
