{
  "name": "@static-suite/static-suite-data-server",
  "version": "1.0.19",
  "description": "A flexible, fast and developer friendly Data Server for Static Suite",
  "main": "./dist/lib/index.js",
  "typings": "./dist/lib/index.d.ts",
  "license": "GPL-2.0+",
  "homepage": "https://www.drupal.org/project/static_suite",
  "repository": {
    "type": "git",
    "url": "https://github.com/static-suite/static-suite-data-server"
  },
  "dependencies": {
    "@creativebulma/bulma-tooltip": "^1.2.0",
    "@microsoft/api-extractor": "^7.34.4",
    "bulma": "^1.0.4",
    "chokidar": "4.0.3",
    "clear-module": "^4.1.2",
    "clipboard": "^2.0.11",
    "cors": "^2.8.5",
    "decache": "^4.6.1",
    "express": "^5.1.0",
    "fast-glob": "^3.2.12",
    "marked": "^18.0.3",
    "microtime": "^3.1.1",
    "mime-types": "^3.0.1",
    "pug": "^3.0.3",
    "simple-datatables": "^10.0.0",
    "tsc-watch": "^7.1.1",
    "typescript": "^6.0.3",
    "winston": "^3.8.2",
    "yargs": "^18.0.0"
  },
  "bin": {
    "static-suite-data-server": "./dist/bin/serve.js"
  },
  "scripts": {
    "dev": "tsc-watch --onSuccess \"yarn lint\"",
    "build": "rm -Rf dist && yarn copy-http-files-to-src && yarn lint && tsc && yarn api-extractor run --local --verbose && yarn post-build && yarn copy-http-files-to-dist",
    "post-build": "rm -Rf dist/**/*__tests__",
    "serve": "export DATASERVER_CONFIG_FILE=dataserver.test.config.json && node ./dist/bin/serve.js http",
    "lint": "eslint .",
    "docs": "yarn typedoc --out docs src/lib/",
    "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
    "test": "jest --watch",
    "copy-http-files-to-src": "node ./scripts/copy-http-files-to-src.mjs",
    "copy-http-files-to-dist": "mkdir -p ./dist/http/ && cp -r ./src/http/public/ ./dist/http/ && cp -r ./src/http/views/ ./dist/http/ && cp README.md ./dist/http/",
    "prepare": "husky"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/cors": "^2.8.13",
    "@types/express": "^5.0.3",
    "@types/jest": "^30.0.0",
    "@types/microtime": "^2.1.0",
    "@types/mime-types": "^3.0.1",
    "@types/module-alias": "^2.0.1",
    "@types/node": "^26.0.1",
    "@types/yargs": "^17.0.22",
    "@typescript-eslint/eslint-plugin": "^8.43.0",
    "@typescript-eslint/parser": "^8.43.0",
    "eslint": "^10.3.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-tsdoc": "^0.5.0",
    "globals": "^17.3.0",
    "husky": "^9.1.7",
    "jest": "^30.1.3",
    "prettier": "^3.6.2",
    "ts-jest": "^29.4.1",
    "typedoc": "^0.28.12",
    "typescript-eslint": "^8.43.0"
  },
  "jest": {
    "preset": "ts-jest",
    "verbose": true,
    "moduleDirectories": [
      "node_modules",
      "src"
    ],
    "testPathIgnorePatterns": [
      ".d.ts",
      "src/__tests__/fixtures/*",
      "src/__tests__/mocks/*"
    ]
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}