Created the type graph

This commit is contained in:
2020-03-03 19:31:14 +11:00
commit fa62291f51
7 changed files with 602 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "simpleql",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"directories": {
"doc": "docs"
},
"scripts": {
"node": "node server/server.js"
},
"author": "Kayne Ruse",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}