{
  "dependencies": {
    "@hint/utils-network": "^1.0.27",
    "@hint/utils-string": "^1.0.14",
    "express": "^4.18.2",
    "is-ci": "^3.0.1",
    "lodash": "^4.17.21",
    "on-headers": "^1.0.2"
  },
  "description": "hint create server util",
  "devDependencies": {
    "@types/express": "^4.17.16",
    "@types/lodash": "^4.14.194",
    "@types/node": "^20.1.1",
    "@types/on-headers": "^1.0.0",
    "@typescript-eslint/eslint-plugin": "^5.59.2",
    "@typescript-eslint/parser": "^4.33.0",
    "ava": "^4.3.3",
    "copyfiles": "^2.4.1",
    "eslint": "^7.32.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-markdown": "^2.2.1",
    "npm-run-all": "^4.1.5",
    "rimraf": "^5.0.0",
    "typescript": "^4.5.5"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://webhint.io/",
  "keywords": [
    "create-server",
    "hint",
    "hint-utils-create-server",
    "utils",
    "webhint"
  ],
  "license": "Apache-2.0",
  "main": "dist/src/index.js",
  "name": "@hint/utils-create-server",
  "repository": {
    "directory": "packages/utils-create-server",
    "type": "git",
    "url": "https://github.com/webhintio/hint.git"
  },
  "scripts": {
    "build": "npm-run-all build:*",
    "build-release": "npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
    "build:assets": "copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
    "build:ts": "tsc -b",
    "clean": "rimraf dist",
    "lint": "npm-run-all lint:*",
    "lint:js": "eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore",
    "lint:dependencies": "node ../../scripts/lint-dependencies.js",
    "lint:md": "node ../../scripts/lint-markdown.js",
    "test": "npm run lint && npm run build && npm run test-only",
    "test-only": "nyc ava",
    "test-release": "npm run lint && npm run build-release",
    "watch": "npm run build && npm-run-all --parallel -c watch:*",
    "watch:ts": "npm run build:ts -- --watch"
  },
  "version": "3.4.27"
}
