Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Abiji-2020 authored Feb 5, 2025
1 parent 47aa831 commit d06b87f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions terraform_server/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "permit-terraform-server",
"version": "1.0.0",
"description": "This is a minimalist server to run the backend of the permit-terraform ",
"main": "server.js",
"scripts": {
"dev": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"express": "^4.21.2"
}
}

0 comments on commit d06b87f

Please sign in to comment.