UNPKG

@clipboard-health/json-api-nestjs

Version:

TypeScript-friendly utilities for adhering to the JSON:API specification with NestJS.

41 lines 990 B
{ "name": "@clipboard-health/json-api-nestjs", "description": "TypeScript-friendly utilities for adhering to the JSON:API specification with NestJS.", "version": "0.20.1", "bugs": "https://github.com/ClipboardHealth/core-utils/issues", "dependencies": { "@clipboard-health/contract-core": "0.18.0", "tslib": "2.8.1" }, "devDependencies": { "@clipboard-health/testing-core": "0.16.0", "type-fest": "4.41.0", "zod": "3.25.65" }, "keywords": [ "api", "json-api", "json:api", "jsonapi", "nestjs", "rest", "typescript" ], "license": "MIT", "main": "./src/index.js", "peerDependencies": { "type-fest": "^4", "zod": "^3" }, "publishConfig": { "access": "public" }, "repository": { "directory": "packages/json-api-nestjs", "type": "git", "url": "git+https://github.com/ClipboardHealth/core-utils.git" }, "type": "commonjs", "typings": "./src/index.d.ts", "types": "./src/index.d.ts" }