diff --git a/package.json b/package.json new file mode 100644 index 0000000..0c50e4b --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "nodejs-hello-world-api", + "version": "1.0.0", + "description": "A simple Node.js project to create a Hello World API using Express.js.", + "main": "app.js", + "scripts": { + "start": "node app.js" + }, + "dependencies": { + "express": "^4.17.1", + "body-parser": "^1.19.0" + } +} \ No newline at end of file