2022-05-25 15:08:50 -06:00
|
|
|
{
|
2022-05-25 18:12:43 -06:00
|
|
|
"name": "@aleleba/create-node-ts-graphql-server",
|
2024-08-28 21:23:28 -06:00
|
|
|
"version": "1.5.16",
|
2022-05-25 15:08:50 -06:00
|
|
|
"description": "Node with Typescript and GraphQL Server",
|
2022-05-25 17:39:38 -06:00
|
|
|
"bin": "./bin/cli.js",
|
2022-05-25 15:08:50 -06:00
|
|
|
"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",
|
2022-05-25 17:39:38 -06:00
|
|
|
"test": "jest",
|
2023-02-20 18:22:53 -06:00
|
|
|
"test:watch": "jest --watch",
|
2024-08-28 21:23:28 -06:00
|
|
|
"check-updates": "npx npm-check-updates -u && npm i --legacy-peer-deps"
|
2022-05-25 15:08:50 -06:00
|
|
|
},
|
|
|
|
"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": {
|
2024-08-28 21:23:28 -06:00
|
|
|
"@graphql-tools/schema": "^10.0.6",
|
2023-03-02 08:25:20 -06:00
|
|
|
"body-parser": "^1.20.2",
|
2024-01-19 15:13:07 -06:00
|
|
|
"class-validator": "^0.14.1",
|
2023-03-28 13:41:45 -06:00
|
|
|
"cookie-parse": "^0.4.0",
|
2022-05-25 15:08:50 -06:00
|
|
|
"cookie-parser": "^1.4.6",
|
|
|
|
"cors": "^2.8.5",
|
2024-08-28 21:23:28 -06:00
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"express": "^4.19.2",
|
|
|
|
"graphql": "^16.9.0",
|
|
|
|
"graphql-http": "^1.22.1",
|
2022-06-04 20:58:11 -06:00
|
|
|
"graphql-playground-middleware-express": "^1.7.23",
|
2022-05-25 15:08:50 -06:00
|
|
|
"graphql-subscriptions": "^2.0.0",
|
2024-08-28 21:23:28 -06:00
|
|
|
"graphql-tools": "^9.0.1",
|
|
|
|
"graphql-ws": "^5.16.0",
|
|
|
|
"reflect-metadata": "^0.2.2",
|
|
|
|
"type-graphql": "^2.0.0-rc.2",
|
2024-01-19 15:13:07 -06:00
|
|
|
"web-push": "^3.6.7",
|
2024-08-28 21:23:28 -06:00
|
|
|
"ws": "^8.18.0"
|
2022-05-25 15:08:50 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-28 21:23:28 -06:00
|
|
|
"@babel/core": "^7.25.2",
|
|
|
|
"@babel/preset-env": "^7.25.4",
|
|
|
|
"@babel/preset-typescript": "^7.24.7",
|
|
|
|
"@babel/register": "^7.24.6",
|
2023-11-08 13:10:12 -06:00
|
|
|
"@types/body-parser": "^1.19.5",
|
2024-08-28 21:23:28 -06:00
|
|
|
"@types/cookie-parser": "^1.4.7",
|
2023-11-22 09:06:19 -06:00
|
|
|
"@types/cors": "^2.8.17",
|
2023-11-08 13:10:12 -06:00
|
|
|
"@types/express": "^4.17.21",
|
2024-02-13 19:20:22 -06:00
|
|
|
"@types/jest": "^29.5.12",
|
2024-08-28 21:23:28 -06:00
|
|
|
"@types/node": "^22.5.1",
|
2024-01-05 16:22:22 -06:00
|
|
|
"@types/supertest": "^6.0.2",
|
2023-11-08 13:10:12 -06:00
|
|
|
"@types/webpack": "^5.28.5",
|
|
|
|
"@types/webpack-node-externals": "^3.0.4",
|
2024-08-28 21:23:28 -06:00
|
|
|
"@types/ws": "^8.5.12",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
|
|
"@typescript-eslint/parser": "^8.3.0",
|
2023-09-10 18:51:48 -06:00
|
|
|
"babel-loader": "^9.1.3",
|
2022-05-25 15:08:50 -06:00
|
|
|
"clean-webpack-plugin": "^4.0.0",
|
2024-08-28 21:23:28 -06:00
|
|
|
"compression-webpack-plugin": "^11.1.0",
|
|
|
|
"eslint": "^9.9.1",
|
|
|
|
"eslint-webpack-plugin": "^4.2.0",
|
2023-10-09 14:42:59 -06:00
|
|
|
"jest": "^29.7.0",
|
2024-08-28 21:23:28 -06:00
|
|
|
"nodemon": "^3.1.4",
|
2023-03-06 16:19:22 -06:00
|
|
|
"resolve-ts-aliases": "^1.0.1",
|
2024-08-28 21:23:28 -06:00
|
|
|
"supertest": "^7.0.0",
|
|
|
|
"ts-jest": "^29.2.5",
|
2023-11-20 11:36:17 -06:00
|
|
|
"ts-loader": "^9.5.1",
|
2024-08-28 21:23:28 -06:00
|
|
|
"typescript": "^5.5.4",
|
|
|
|
"webpack": "^5.94.0",
|
2023-06-15 07:18:22 -06:00
|
|
|
"webpack-cli": "^5.1.4",
|
2022-05-25 15:08:50 -06:00
|
|
|
"webpack-manifest-plugin": "^5.0.0",
|
|
|
|
"webpack-node-externals": "^3.0.0",
|
2024-08-28 21:23:28 -06:00
|
|
|
"webpack-shell-plugin-next": "^2.3.2"
|
2022-05-25 15:08:50 -06:00
|
|
|
}
|
|
|
|
}
|