{
  "name": "@mockoon/commons",
  "description": "Mockoon's commons library. Used in Mockoon desktop application and CLI.",
  "version": "9.6.1",
  "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": {
    "type": "git",
    "url": "git+https://github.com/mockoon/mockoon.git"
  },
  "homepage": "https://mockoon.com",
  "bugs": {
    "url": "https://github.com/mockoon/mockoon/issues"
  },
  "funding": "https://mockoon.com/sponsor-us/",
  "dependencies": {
    "joi": "18.1.2",
    "path-to-regexp": "8.4.2",
    "tslib": "2.8.1",
    "yaml": "2.8.3"
  },
  "devDependencies": {
    "openapi-types": "12.1.3"
  }
}
