Files
nest/integration/graphql/package.json
2019-07-08 22:36:21 +00:00

30 lines
714 B
JSON

{
"name": "nest-typescript-starter",
"version": "1.0.0",
"description": "Nest TypeScript starter repository",
"license": "MIT",
"scripts": {
"start": "ts-node src/main",
"prestart:prod": "tsc",
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "6.4.1",
"@nestjs/core": "6.4.1",
"@nestjs/graphql": "6.2.4",
"apollo-server-express": "2.6.7",
"graphql": "14.4.2",
"graphql-tools": "4.0.5",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
"subscriptions-transport-ws": "0.9.16",
"typescript": "3.5.3",
"ws": "7.1.0"
},
"devDependencies": {
"@types/node": "7.10.6",
"ts-node": "8.3.0",
"tslint": "5.18.0"
}
}