21 lines
399 B
JSON
21 lines
399 B
JSON
{
|
|
"name": "mock",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"apollo-server": "^2.15.0",
|
|
"graphql": "^15.1.0",
|
|
"graphql-import": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.2"
|
|
}
|
|
}
|