{
  "name": "@mariusbongarts/previewbox-server",
  "version": "1.0.0",
  "description": "Server that fetches link preview data for the Previewbox web component",
  "main": "index.js",
  "author": "Marius Bongarts",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "start": "tsc && yarn start:prod",
    "start:pm2": "pm2 start pm2.config.js",
    "start:prod": "node dist/index.js",
    "dev": "concurrently \"tsc --watch\" \"nodemon -q dist/index.js\"",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@types/express": "^5.0.0",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.21.1",
    "node-cache": "^5.1.2",
    "open-graph-scraper": "^6.8.2",
    "typescript": "^5.6.3"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@types/cors": "^2.8.17",
    "@types/jest": "^29.2.4",
    "@types/open-graph-scraper": "^4.8.5",
    "concurrently": "^7.6.0",
    "jest": "^29.3.1",
    "nodemon": "^2.0.20"
  }
}
