18 lines
310 B
JSON
18 lines
310 B
JSON
{
|
|
"name": "graphql.andert.me",
|
|
"version": "0.1.0",
|
|
"license": "AGPL",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "18"
|
|
},
|
|
"scripts": {
|
|
"start": "mesh dev",
|
|
"prebuild": "mesh build"
|
|
},
|
|
"dependencies": {
|
|
"@graphql-mesh/cli": "^0.85.1",
|
|
"@graphql-mesh/openapi": "^0.94.7",
|
|
"graphql": "^16.7.1"
|
|
}
|
|
} |