@contentgrid/problem-details
Version:
RFC9547 Problem Details types and helpers
43 lines (42 loc) • 906 B
JSON
{
"name": "@contentgrid/problem-details",
"version": "0.4.2",
"description": "RFC9547 Problem Details types and helpers",
"keywords": [
"RFC7807",
"RFC9547",
"problem",
"problem-details"
],
"main": "./build/index.js",
"module": "./build/index.mjs",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"import": "./build/index.mjs",
"default": "./build/index.js"
}
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.22.6",
"tslib": "^2.6.1"
},
"scripts": {
"prepare": "rollup -c",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/xenit-eu/contentgrid-ts",
"directory": "packages/problem-details"
},
"publishConfig": {
"access": "public"
},
"files": [
"build"
],
"gitHead": "0f4b76e8adc8c1a0abe2551ed47886e752bc497b"
}