{
  "name": "dusk-crux",
  "version": "1.0.7",
  "description": "An API mock library built right into NPX to create self-contained, plug and play API routing.",
  "type": "commonjs",
  "author": "Dusk Inc.",
  "main": "dist/cli.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dusk-Inc/dusk-crux.git"
  },
  "bugs": {
    "url": "https://github.com/Dusk-Inc/dusk-crux/issues"
  },
  "homepage": "https://github.com/Dusk-Inc/dusk-crux#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/Dusk-Inc"
    }
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "dusk",
    "crux",
    "mock-api",
    "api-mocking",
    "contract-testing",
    "fixtures",
    "test-fixtures",
    "json-schemas",
    "schema-validation",
    "filesystem-routing",
    "file-system-router",
    "express-middleware",
    "dev-server",
    "hot-reload",
    "watch-mode",
    "chokidar",
    "payload-composition",
    "globals-overrides",
    "route-overrides",
    "cli",
    "typescript",
    "nodejs",
    "zero-config",
    "local-first"
  ],
  "sideEffects": false,
  "bin": {
    "dusk-crux": "dist/cli.js",
    "create-dusk-crux": "dist/create/create.cli.js"
  },
  "files": [
    "dist",
    "resources/scaffold",
    "readme.md",
    "dusk_crux_github_image.png"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "ts-node-dev --respawn --transpile-only app/cli.ts",
    "start": "node dist/cli.js run",
    "test": "jest"
  },
  "license": "MIT",
  "dependencies": {
    "chokidar": "^4.0.3",
    "express": "^5.1.0",
    "fast-glob": "^3.3.3"
  },
  "devDependencies": {
    "@types/express": "^5.0.3",
    "@types/jest": "^29.5.12",
    "@types/node": "^24.5.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.9.2"
  }
}
