Initialisation
Added the packages and files for the backend server
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "home_buying_app",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.jackbeeby.au/jackbeeby/Home_Buying_App.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Jack Beeby",
|
||||
"license": "ISC",
|
||||
"description": "An app that walks the user through the home buying process",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@apollo/server": "^4.11.2",
|
||||
"graphql": "^16.9.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user