{ "name": "@aleleba/create-node-ts-graphql-server", "version": "1.6.5", "description": "Node with Typescript and GraphQL Server", "bin": "./bin/cli.js", "main": "index.js", "scripts": { "start": "node build/index.js", "start:dev": "webpack-cli --config webpack.config.dev.ts", "start:nodemon": "nodemon build/index.js", "build": "webpack-cli --config webpack.config.ts", "lint": "eslint ./ --ext .js --ext .ts", "lint:fix": "eslint ./ --ext .js --ext .ts --fix", "test": "jest", "test:watch": "jest --watch", "check-updates": "npx npm-check-updates -u && npm i" }, "repository": { "type": "git", "url": "git+https://github.com/aleleba/node-ts-graphql-server.git" }, "keywords": [ "node", "express", "typescript", "graphql", "server" ], "author": "Alejandro Lembke Barrientos", "license": "MIT", "bugs": { "url": "https://github.com/aleleba/node-ts-graphql-server/issues" }, "homepage": "https://github.com/aleleba/node-ts-graphql-server#readme", "dependencies": { "@graphql-tools/schema": "^10.0.33", "body-parser": "^2.2.2", "class-validator": "^0.15.1", "cookie-parse": "^0.4.0", "cookie-parser": "^1.4.7", "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1", "graphql": "^16.14.1", "graphql-http": "^1.22.4", "graphql-scalars": "^1.25.0", "ruru": "^2.0.0", "graphql-subscriptions": "^3.0.0", "graphql-tools": "^9.0.28", "graphql-ws": "^6.0.8", "reflect-metadata": "^0.2.2", "type-graphql": "^2.0.0-rc.3", "web-push": "^3.6.7", "ws": "^8.21.0" }, "devDependencies": { "@babel/core": "^7.29.7", "@babel/preset-env": "^7.29.7", "@babel/preset-typescript": "^7.29.7", "@babel/register": "^7.29.7", "@types/body-parser": "^1.19.6", "@types/cookie-parser": "^1.4.10", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/jest": "^30.0.0", "@types/node": "^25.9.1", "@types/supertest": "^7.2.0", "@types/webpack": "^5.28.5", "@types/webpack-node-externals": "^3.0.4", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.60.1", "@typescript-eslint/parser": "^8.60.1", "babel-loader": "^10.1.1", "clean-webpack-plugin": "^4.0.0", "compression-webpack-plugin": "^12.0.0", "eslint": "^10.4.1", "eslint-webpack-plugin": "^6.0.0", "jest": "^30.4.2", "nodemon": "^3.1.14", "resolve-ts-aliases": "^1.0.1", "supertest": "^7.2.2", "ts-jest": "^29.4.11", "ts-loader": "^9.6.0", "typescript": "^6.0.3", "webpack": "^5.107.2", "webpack-cli": "^7.0.3", "webpack-manifest-plugin": "^6.0.1", "webpack-node-externals": "^3.0.0", "webpack-shell-plugin-next": "^2.3.3" } }