{
  "name": "cgserver",
  "version": "15.0.0",
  "author": "trojan",
  "type": "commonjs",
  "description": "free for all.Websocket or Http",
  "main": "./dist/lib/Framework/index.js",
  "types": "./dist/types/Framework/index.d.ts",
  "scripts": {
    "build": "tsc",
    "docs:api": "npx --yes typedoc@0.28.20 --options typedoc.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aligege/cgserver"
  },
  "bugs": {
    "url": "https://github.com/aligege/cgserver",
    "email": "chengang01@live.com"
  },
  "contributors": [
    {
      "name": "trojan",
      "email": "chengang01@live.com"
    }
  ],
  "keywords": [
    "server",
    "http",
    "websocket"
  ],
  "license": "MIT",
  "dependencies": {
    "@alicloud/sms-sdk": "^1.1.6",
    "@types/cookie-parser": "^1.4.10",
    "@types/cors": "^2.8.19",
    "@types/crypto-js": "^4.2.2",
    "@types/express": "^4.17.21",
    "@types/formidable": "^3.4.6",
    "@types/minimist": "^1.2.5",
    "@types/mssql": "^9.1.8",
    "@types/node": "^24.10.1",
    "@types/nodemailer": "^7.0.4",
    "@types/websocket": "^1.0.10",
    "alipay-sdk": "^4.14.0",
    "axios": "^1.13.2",
    "azgaar-fmg-parser": "^1.2.2",
    "colors": "^1.4.0",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "crypto-js": "^4.2.0",
    "ec-key": "0.0.6",
    "express": "^4.21.2",
    "fast-xml-parser": "^5.3.2",
    "formidable": "^3.5.4",
    "https": "^1.0.0",
    "jsonc": "^2.0.0",
    "log4js": "^6.9.1",
    "mime": "^3.0.0",
    "minimist": "^1.2.8",
    "mongoose": "^9.0.0",
    "mssql": "^12.1.1",
    "mysql2": "^3.15.3",
    "nodemailer": "^7.0.10",
    "process": "^0.11.10",
    "protobufjs": "^7.5.4",
    "redis": "^5.10.0",
    "reflect-metadata": "^0.2.2",
    "underscore": "^1.13.7",
    "urlencode": "^2.0.0",
    "websocket": "^1.0.35"
  },
  "devDependencies": {
    "@types/underscore": "^1.13.0",
    "typescript": "^5.9.3"
  }
}
