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.
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "graphql-server-flotte-ts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node dist/index.js",
|
|
"start:ci": "node dist/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^14.10.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.1.0",
|
|
"@typescript-eslint/parser": "^4.1.0",
|
|
"delete": "^1.1.0",
|
|
"eslint": "^7.8.1",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-eslint": "^6.0.0",
|
|
"gulp-nodemon": "^2.5.0",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/bluebird": "^3.5.32",
|
|
"@types/validator": "^13.1.0",
|
|
"apollo-server": "^2.17.0",
|
|
"graphql": "^15.3.0",
|
|
"pg": "^8.3.3",
|
|
"reflect-metadata": "^0.1.13",
|
|
"typeorm": "^0.2.26"
|
|
}
|
|
}
|