UNPKG

@clipboard-health/json-api-nestjs

Version:

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

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