From 005905b7340ca398403bfae9d26f4a03de03c777 Mon Sep 17 00:00:00 2001 From: Tarcisio Philips <33495091+TarcisioPhilips@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:28:06 -0300 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a30396..5a050fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "find-a-friend-api", + "name": "gym-api", "version": "1.0.0", - "description": "Nesse projeto desenvolveremos uma API para a adoção de animais, a FindAFriend API, utilizando SOLID e testes.", + "description": "In this project will be developed an API for a app like Gympass or TotalPass using SOLID principles and tests.", "main": "index.js", "scripts": { "dev": "tsx watch src/server.ts", @@ -18,15 +18,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/TarcisioPhilips/Find-A-Friend-API.git" + "url": "git+https://github.com/TarcisioPhilips/Gym-API.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/TarcisioPhilips/Find-A-Friend-API/issues" + "url": "https://github.com/TarcisioPhilips/Gym-API/issues" }, - "homepage": "https://github.com/TarcisioPhilips/Find-A-Friend-API#readme", + "homepage": "https://github.com/TarcisioPhilips/Gym-API#readme", "devDependencies": { "@rocketseat/eslint-config": "2.1.0", "@types/bcryptjs": "2.4.6",