sql-to-graphql
Version:
Generate a GraphQL API based on your SQL database structure
22 lines (21 loc) • 471 B
JSON
{
"name": "scaffolded-app",
"version": "1.0.0",
"private": true,
"description": "Demo app generated by sql-to-graphql",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "VaffelNinja AS",
"license": "MIT",
"dependencies": {
"babel": "^5.8.20",
"boom": "^2.8.0",
"graphql": "^0.4.2",
"hapi": "^8.8.1",
"knex": "^0.8.6",
"mysql": "^2.8.0"
}
}