Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AravindRajeshkanna authored Sep 18, 2024
1 parent d9ad073 commit 9f27136
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "my-api-gateway-app",
"version": "1.0.0",
"description": "Node.js Express API deployed using API Gateway",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"lint": "eslint src/**/*.js",
"test": "jest --coverage",
"deploy": "echo 'Deploy command for API Gateway'"
},
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"jest": "^29.0.0",
"supertest": "^6.0.0",
"eslint": "^8.0.0"
},
"engines": {
"node": ">=14"
},
"license": "ISC"
}

0 comments on commit 9f27136

Please sign in to comment.