{
  "name": "application-server-web-node-plugin",
  "version": "1.0.377",
  "description": "A generic extendable application and file server for webNode.",
  "keywords": [
    "web",
    "backend",
    "application",
    "server"
  ],
  "homepage": "https://torben.website/application-server-web-node-plugin",
  "bugs": {
    "email": "info@torben.website",
    "url": "https://github.com/thaibault/application-server-web-node-plugin/issues"
  },
  "license": "CC-BY-3.0",
  "author": {
    "name": "Torben Sickert",
    "email": "info@torben.website",
    "url": "https://torben.website"
  },
  "files": [
    "index.d.ts",
    "index.js",
    "type.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/thaibault/application-server-web-node-plugin.git"
  },
  "scripts": {
    "build": "weboptimizer build:types && weboptimizer build",
    "check": "yarn check:types; yarn lint",
    "check:types": "weboptimizer check:types",
    "clear": "weboptimizer clear",
    "document": "weboptimizer document",
    "lint": "weboptimizer lint",
    "prepare": "yarn build",
    "serve": "yarn build && yarn start",
    "start": "web-node '{plugin: {hotReloading: true}}'",
    "test": "weboptimizer test",
    "test:coverage": "weboptimizer test:coverage",
    "test:coverage:report": "weboptimizer test:coverage:report",
    "update:documentation": "documentation-website",
    "watch": "weboptimizer build --watch"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.26.8",
    "@babel/runtime": "^7.26.9",
    "@stylistic/eslint-plugin-ts": "^4.1.0",
    "@types/node": "^22.13.5",
    "@typescript-eslint/eslint-plugin": "^8.25.0",
    "@typescript-eslint/parser": "^8.25.0",
    "clientnode": "^3.0.1273",
    "documentation-website": "^1.0.344",
    "eslint": "^9.21.0",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-jsdoc": "^50.6.3",
    "jest": "^29.7.0",
    "jsdoc": "^4.0.4",
    "typescript-eslint": "^8.25.0",
    "web-node": "^1.0.545",
    "weboptimizer": "^2.0.1566"
  },
  "peerDependencies": {
    "@babel/runtime": "*",
    "clientnode": "*",
    "web-node": "*"
  },
  "peerDependenciesMeta": {
    "@babel/runtime": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20",
    "npm": ">=10",
    "yarn": ">=4"
  },
  "resolutions": {
    "colors": "1.4.0",
    "globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
    "globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
    "globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch"
  },
  "sideEffects": false,
  "documentationWebsite": {
    "name": "application-server-web-node-plugin",
    "trackingCode": "UA-40192634-24"
  },
  "webNode": {
    "applicationServer": {
      "authentication": {
        "login": "admin",
        "password": "admin",
        "salt": "admin",
        "staticAssets": true
      },
      "dynamicPathPrefix": "api",
      "hostName": "127.0.0.1",
      "hostNamePrefix": "",
      "hostNamePattern": ".+",
      "httpBasicAuthenticationCancelRedirectHTMLContent": "<html><head><meta charset=\"utf-8\" /><title>authenticationRedirect</title><meta http-equiv=\"refresh\" content=\"0; URL={1}\" /><script type=\"text/javascript\">window.location.href = '{1}';</script></head><body></body></html>",
      "nodeServerOptions": {
        "allowHTTP1": true
      },
      "port": 8080,
      "rootPath": {
        "__evaluate__": "currentPath"
      }
    }
  },
  "webOptimizer": {
    "targetTechnology": {
      "boilerplate": "node",
      "payload": "node"
    }
  },
  "packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}