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",