PR-757991: adding typegraphql.

This commit is contained in:
2023-03-10 13:18:24 +00:00
parent 6ff6edaaf4
commit 4ffc696ee4
14 changed files with 392 additions and 114 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.3.0",
"version": "1.4.0",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -35,6 +35,7 @@
"dependencies": {
"@graphql-tools/schema": "^9.0.16",
"body-parser": "^1.20.2",
"class-validator": "^0.14.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
@ -45,6 +46,8 @@
"graphql-subscriptions": "^2.0.0",
"graphql-tools": "^8.3.18",
"graphql-ws": "^5.12.0",
"reflect-metadata": "^0.1.13",
"type-graphql": "^2.0.0-beta.1",
"web-push": "^3.5.0",
"ws": "^8.12.1"
},