From 9552ca701f1c7e65f1bc9377831994052a4e9d8f Mon Sep 17 00:00:00 2001 From: first_admin Date: Sat, 31 Aug 2024 08:12:32 +0000 Subject: [PATCH] Update package.json --- package.json | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/package.json b/package.json index b194a5d..949a6ca 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,7 @@ { "name": "my-application", "version": "1.0.0", - "description": "A sample Node.js application", - "main": "index.js", "scripts": { - "start": "node index.js", - "build": "webpack --mode production", - "test": "jest" - }, - "repository": { - "type": "git", - "url": "https://github.com/yourusername/my-application.git" - }, - "keywords": [ - "node", - "express", - "sample" - ], - "author": "Your Name", - "license": "MIT", - "dependencies": { - "express": "^4.17.3", - "body-parser": "^1.19.1" - }, - "devDependencies": { - "webpack": "^5.74.0", - "webpack-cli": "^4.10.0", - "jest": "^28.1.3" + "start": "node index.js" } }