Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TarcisioPhilips authored Apr 4, 2024
1 parent 1454c99 commit 005905b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 005905b

Please sign in to comment.