{
  "name": "starless-server",
  "version": "1.12.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "tsc && node index start",
    "dev": "nodemon src/index.ts start",
    "build": "tsc && rm -rf swagger.json",
    "release": "tsc && npm publish",
    "build-aws-sam-lambda": "tsc && node index build --aws-sam-lambda"
  },
  "bin": "./index.js",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/aws-lambda": "^8.10.102",
    "@types/cors": "^2.8.12",
    "@types/express": "^4.17.13",
    "@types/node": "^18.7.13",
    "nodemon": "^2.0.19",
    "ts-node": "^10.9.1",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@socket.io/cluster-adapter": "^0.2.1",
    "@socket.io/sticky": "^1.0.1",
    "adm-zip": "^0.5.9",
    "chalk": "^4.1.2",
    "cors": "^2.8.5",
    "dotenv": "^16.0.1",
    "express": "^4.18.1",
    "express-graphql": "^0.12.0",
    "graphql": "^15.8.0",
    "peer": "^0.6.1",
    "socket.io": "^4.5.1",
    "swagger-ui-express": "^4.5.0"
  }
}
