{
  "name": "@pgpmjs/server-utils",
  "version": "3.13.1",
  "author": "Constructive <developers@constructive.io>",
  "description": "PGPM server utils",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@pgpmjs/logger": "^2.12.0",
    "@pgpmjs/types": "^2.29.1",
    "cors": "^2.8.6",
    "express": "^5.2.1",
    "lru-cache": "^11.2.7"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.6",
    "makage": "^0.3.0",
    "ts-node": "^10.9.2"
  },
  "keywords": [
    "server",
    "utilities",
    "express",
    "pgpm",
    "pgpmjs",
    "helpers"
  ],
  "gitHead": "00ebac5e8314330aa47564ed71758a4bcc8f8f8e"
}
