diff --git a/package.json b/package.json index c5e8abd..8a01a5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "frontend", - "version": "1.0.0", - "description": "", + "name": "mipilin", + "version": "0.1.0", + "description": "Fun social mood tracker for you and all your friends", "type": "module", "main": "main.ts", "scripts": { @@ -9,8 +9,7 @@ "start": "node dist/main.js", "dev": "tsx main.ts" }, - "keywords": [], - "author": "", + "author": "roxwize", "license": "ISC", "dependencies": { "bcrypt": "^5.1.1",