mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-06-29 09:18:24 -06:00
PR-757991: adding typegraphql.
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user