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
622 B
JSON
28 lines
622 B
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": {
|
|
"delete": "^1.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-nodemon": "^2.5.0",
|
|
"gulp-tslint": "^8.1.4",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"apollo-server": "^2.17.0",
|
|
"graphql": "^15.3.0"
|
|
}
|
|
}
|