{
  "name": "@cedarjs/web-server",
  "version": "6.0.0",
  "description": "CedarJS's server for the Web side",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/web-server"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/cliConfig.js",
  "types": "./dist/cliConfig.d.ts",
  "bin": {
    "cedar-web-server": "./dist/bin.js",
    "rw-web-server": "./dist/bin.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ./build.mts",
    "build:pack": "yarn pack -o cedarjs-web-server.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json",
    "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build && yarn fix:permissions\"",
    "fix:permissions": "chmod +x dist/index.js; chmod +x dist/watch.js",
    "prepublishOnly": "NODE_ENV=production yarn build"
  },
  "dependencies": {
    "@cedarjs/fastify-web": "6.0.0",
    "@cedarjs/project-config": "6.0.0",
    "ansis": "4.3.1",
    "dotenv-defaults": "5.0.2",
    "fastify": "5.12.0",
    "yargs": "17.7.3"
  },
  "devDependencies": {
    "@cedarjs/framework-tools": "6.0.0",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
