Skip to content

Commit

Permalink
doc(problem-js): add informationnal fields to package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Octanium <octaniumcontact@gmail.com>
  • Loading branch information
0ctanium committed Mar 18, 2024
1 parent 30a6fbe commit ff31763
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/problem-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "problem-js",
"version": "0.0.1",
"description": "Problem-js is a JavaScript integration for the Problem Details for HTTP APIs standard (RFC 9457)",
"keywords": [
"errors",
"middleware",
"exceptions",
"RFC-9457",
"javascript",
"typescript"
],
"author": {
"email": "mail@benjaminlepas.fr",
"name": "Benjamin Lepas",
"url": "https://benjaminlepas.fr"
},
"homepage": "https://github.com/0ctanium/problem-js#readme",
"repository": {
"type": "git",
"url": "https://github.com/0ctanium/problem-js",
"directory": "packages/problem-js"
},
"bugs": {
"url": "https://github.com/0ctanium/problem-js/issues/new"
},
"dependencies": {},
"type": "commonjs",
"main": "./index.cjs",
Expand Down

0 comments on commit ff31763

Please sign in to comment.