You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
express-graphql-template/package.json

46 lines
1.1 KiB
JSON

{
"name": "typescript-graphql-server-template",
"version": "1.0.0",
"description": "Template for express graphql servers",
"main": "./dist",
"dependencies": {
"@types/config": "^0.0.36",
"compression": "^1.7.4",
"config": "^3.2.4",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"graphql": "^14.5.8",
"graphql-import": "^0.7.1",
"http-status": "^1.3.2",
"js-yaml": "^3.13.1",
"toml": "^3.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/compression": "^1.0.1",
"@types/express": "^4.17.1",
"@types/fs-extra": "^8.0.0",
"@types/http-status": "^0.2.30",
"@types/js-yaml": "^3.12.1",
"delete": "^1.1.0",
"gulp": "^4.0.2",
"gulp-typescript": "^5.0.1",
"tsc": "^1.20150623.0",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Template",
"Graphql",
"Typescript",
"Express",
"Nodejs"
],
"author": "Trivernis",
"license": "MIT"
}