From 35ed2384ab99d88f3612beb290eab8618badb5d1 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sat, 22 Oct 2022 14:14:20 +0200 Subject: [PATCH] update the project description --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 92856e5..a8d35f8 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "aman-backend", "version": "0.0.1", - "description": "", - "author": "", + "description": "Optimization framework to find the optimum arrival sequence", + "author": "Sven Czarnian", "private": true, - "license": "UNLICENSED", + "license": "MIT", "scripts": { "prebuild": "rimraf dist", "build": "nest build",