Skip to content

Commit

Permalink
build(backend): npm init
Browse files Browse the repository at this point in the history
`npm init`

refs #2
  • Loading branch information
jo-elimu committed Jun 25, 2024
1 parent c1979f8 commit 0790414
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "backend",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}

0 comments on commit 0790414

Please sign in to comment.