UNPKG

@clipboard-health/json-api-nestjs

Version:

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

40 lines 966 B
{ "name": "@clipboard-health/json-api-nestjs", "description": "TypeScript-friendly utilities for adhering to the JSON:API specification with NestJS.", "version": "0.16.8", "bugs": "https://github.com/ClipboardHealth/core-utils/issues", "dependencies": { "@clipboard-health/contract-core": "0.12.0", "tslib": "2.8.1", "type-fest": "4.38.0" }, "devDependencies": { "@clipboard-health/testing-core": "0.12.8", "zod": "3.24.2" }, "keywords": [ "api", "json-api", "json:api", "jsonapi", "nestjs", "rest", "typescript" ], "license": "MIT", "main": "./src/index.js", "peerDependencies": { "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" }