Initial commit

This commit is contained in:
2022-05-30 13:56:48 -03:00
commit d796c9ed5e
3 changed files with 40 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "open-react-blog-api",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FranP-code/open-react-blog-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FranP-code/open-react-blog-api/issues"
},
"homepage": "https://github.com/FranP-code/open-react-blog-api#readme",
"dependencies": {
"express": "^4.18.1"
}
}