@clipboard-health/json-api
Version:
TypeScript-friendly utilities for adhering to the JSON:API specification.
31 lines • 729 B
JSON
{
"name": "@clipboard-health/json-api",
"description": "TypeScript-friendly utilities for adhering to the JSON:API specification.",
"version": "0.18.4",
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
"dependencies": {
"qs": "6.14.0",
"tslib": "2.8.1"
},
"keywords": [
"api",
"json-api",
"json:api",
"jsonapi",
"rest",
"typescript"
],
"license": "MIT",
"main": "./src/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/json-api",
"type": "git",
"url": "git+https://github.com/ClipboardHealth/core-utils.git"
},
"type": "commonjs",
"typings": "./src/index.d.ts",
"types": "./src/index.d.ts"
}