Skip to content

Commit

Permalink
adjust package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
grazielcosta committed Jul 31, 2024
1 parent 525629b commit aa40c93
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"trailingComma": "es5",
"quoteProps": "preserve"
},
"name": "pagarmeapisdklib",
"name": "@pagarme/pagarme-nodejs-sdk",
"description": "Pagarme API",
"author": {
"name": "Pagar.me Pagamentos S/A",
"email": "suporte@pagar.me",
"url": "https://github.com/pagarme/"
"url": "https://github.com/pagarme/pagarme-nodejs-sdk/issues"
},
"devDependencies": {
"@types/jest": "^29.4.0",
Expand All @@ -50,7 +50,11 @@
"@apimatic/schema": "^0.7.12"
},
"bugs": {
"url": "https://github.com/pagarme/",
"url": "https://github.com/pagarme/pagarme-nodejs-sdk/issues",
"email": "suporte@pagar.me"
},
"repository": {
"type": "git",
"url": "git://github.com/pagarme/pagarme-nodejs-sdk.git"
}
}

0 comments on commit aa40c93

Please sign in to comment.