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.
28 lines
620 B
JSON
28 lines
620 B
JSON
4 years ago
|
{
|
||
|
"name": "graphql-server-flotte-ts",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "src/index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start": "nodemon dist/index.js",
|
||
|
"start:ci": "node dist/index.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"delete": "^1.1.0",
|
||
|
"gulp": "^4.0.2",
|
||
|
"gulp-tslint": "^8.1.4",
|
||
|
"gulp-typescript": "^6.0.0-alpha.1",
|
||
|
"nodemon": "^2.0.4",
|
||
|
"tslint": "^6.1.3",
|
||
|
"typescript": "^4.0.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"apollo-server": "^2.17.0",
|
||
|
"graphql": "^15.3.0"
|
||
|
}
|
||
|
}
|