pijoy
Version:
Create standardized JSON objects for API error responses, per RFC 9457.
47 lines • 894 B
JSON
{
"name": "pijoy",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/j4w8n/pijoy.git"
},
"devDependencies": {
"typescript": "^5.0.0",
"vitest": "^2.1.2"
},
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./src/exports/index.js"
}
},
"bugs": {
"url": "https://github.com/j4w8n/pijoy/issues"
},
"description": "Create standardized JSON objects for API error responses, per RFC 9457.",
"files": [
"src",
"types"
],
"hompage": "https://github.com/j4w8n/pijoy#readme",
"keywords": [
"problem",
"detail",
"http",
"api",
"json",
"response",
"rfc",
"9457",
"7807"
],
"license": "MIT",
"type": "module",
"types": "types/indes.d.ts",
"dependencies": {
"normalize-exception": "^4.0.0"
},
"scripts": {
"test": "vitest"
}
}