From 52dd557e24325b7f2ca912bacfde4cb087ed7852 Mon Sep 17 00:00:00 2001 From: amina69 Date: Mon, 29 Jun 2026 21:13:13 +0100 Subject: [PATCH 1/4] fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e12effc..da87a57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # SwiftChain_Backend +setup linked: 1 **SwiftChain_Backend** is the core API service for **SwiftChain**, a Blockchain-Powered Logistics & Escrow Delivery Platform. It connects individuals, businesses, and independent drivers in a decentralized logistics economy, ensuring trust through escrow payments and smart contracts. From ce731dd82899dcf16e48688722325805c2c6c596 Mon Sep 17 00:00:00 2001 From: amina69 Date: Mon, 29 Jun 2026 21:14:38 +0100 Subject: [PATCH 2/4] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da87a57..b187bf3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SwiftChain_Backend -setup linked: 1 +setup linked: 1,3 **SwiftChain_Backend** is the core API service for **SwiftChain**, a Blockchain-Powered Logistics & Escrow Delivery Platform. It connects individuals, businesses, and independent drivers in a decentralized logistics economy, ensuring trust through escrow payments and smart contracts. From 45de64ed4ecd4769fbaa571c26ee9851564eb22a Mon Sep 17 00:00:00 2001 From: amina69 Date: Mon, 29 Jun 2026 21:16:19 +0100 Subject: [PATCH 3/4] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b187bf3..6fd1194 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SwiftChain_Backend -setup linked: 1,3 +setup linked: 1,3,2 **SwiftChain_Backend** is the core API service for **SwiftChain**, a Blockchain-Powered Logistics & Escrow Delivery Platform. It connects individuals, businesses, and independent drivers in a decentralized logistics economy, ensuring trust through escrow payments and smart contracts. From 0f2655fbcfb5c998bd8e1e213981b4013fb2f4b5 Mon Sep 17 00:00:00 2001 From: amina69 Date: Wed, 1 Jul 2026 09:35:28 +0100 Subject: [PATCH 4/4] fised --- README.md | 1 + package.json | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fd1194..c46ca44 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # SwiftChain_Backend + setup linked: 1,3,2 **SwiftChain_Backend** is the core API service for **SwiftChain**, a Blockchain-Powered Logistics & Escrow Delivery Platform. It connects individuals, businesses, and independent drivers in a decentralized logistics economy, ensuring trust through escrow payments and smart contracts. diff --git a/package.json b/package.json index eeeb8c4..7245e2f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "start": "node dist/server.js", "lint": "eslint . --ext .ts", "format": "prettier --write .", - "test": "jest" + "test": "jest", + "prepare": "husky install" }, "dependencies": { "bcryptjs": "2.4.3", @@ -53,5 +54,11 @@ "ts-jest": "^29.4.11", "ts-node": "10.9.2", "typescript": "5.2.2" + }, + "lint-staged": { + "*.ts": [ + "eslint --fix", + "prettier --write" + ] } }