diff --git a/backend/package.json b/backend/package.json index 1b2c971..7db6153 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,10 +1,8 @@ { "name": "old-growth-backend", - "version": "0.0.1", "description": "Backend for old growth project", "private": true, - "license": "UNLICENSED", - "author": "Derek Roberts, Catherine Meng, Maria Martinez, Paulo Cruz", + "license": "Apache-2.0", "scripts": { "prebuild": "rimraf dist", "build": "nest build",