{
  "name": "@mockoon/commons-server",
  "description": "Mockoon's commons server library. Used in Mockoon desktop application and CLI.",
  "version": "9.8.0",
  "author": {
    "name": "Mockoon (1kB SARL-S)",
    "email": "team@mockoon.com",
    "url": "https://mockoon.com/"
  },
  "license": "MIT",
  "scripts": {
    "lint": "eslint",
    "test": "glob-bin -c \"node --import tsx --test-concurrency 1 --test\" \"./test/specs/**/*.test.ts\"",
    "build": "tsc -p tsconfig-build.json && tsc -p tsconfig-build-cjs.json",
    "build:watch": "concurrently \"tsc -p tsconfig-build.json --watch --preserveWatchOutput\" \"tsc -p tsconfig-build-cjs.json --watch --preserveWatchOutput\""
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "files": [
    "dist/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/mockoon/mockoon",
  "homepage": "https://mockoon.com",
  "bugs": {
    "url": "https://github.com/mockoon/mockoon/issues"
  },
  "funding": "https://mockoon.com/sponsor-us/",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@faker-js/faker": "9.9.0",
    "@jmespath-community/jmespath": "1.3.0",
    "@mockoon/commons": "9.8.0",
    "ajv": "8.20.0",
    "ajv-formats": "3.0.1",
    "append-field": "1.0.0",
    "busboy": "1.6.0",
    "cookie-parser": "1.4.7",
    "date-fns": "4.4.0",
    "express": "4.22.2",
    "handlebars": "4.7.9",
    "http-proxy-middleware": "3.0.7",
    "jsonpath-plus": "10.4.0",
    "killable": "1.0.1",
    "mime-types": "2.1.35",
    "object-path": "0.11.8",
    "qs": "6.15.3",
    "range-parser": "1.3.0",
    "tslib": "2.8.1",
    "typed-emitter": "2.1.0",
    "winston": "3.19.0",
    "ws": "8.21.1",
    "xml-js": "1.6.11"
  },
  "devDependencies": {
    "@types/busboy": "1.5.4",
    "@types/cookie-parser": "1.4.10",
    "@types/express": "4.17.25",
    "@types/mime-types": "3.0.1",
    "@types/object-path": "0.11.4",
    "@types/qs": "6.15.1",
    "@types/semver": "7.7.1",
    "@types/ws": "8.18.1",
    "semver": "7.8.5"
  }
}
