UNPKG

@algochad/prisma-core

Version:

A comprehensive NestJS library that provides EF-Core-like operations using Prisma and GraphQL. Features LINQ-style query builders, advanced data manipulation, GraphQL integration with genql, and a unified API for both Prisma and GraphQL operations. Includ

61 lines (60 loc) 1.92 kB
{ "name": "@algochad/prisma-core", "version": "1.2.3", "description": "A comprehensive NestJS library that provides EF-Core-like operations using Prisma and GraphQL. Features LINQ-style query builders, advanced data manipulation, GraphQL integration with genql, and a unified API for both Prisma and GraphQL operations. Includes full TypeScript support and extensive collection operations ported from C# LINQ.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.lib.json", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts" }, "keywords": [ "nestjs", "prisma", "graphql", "genql", "library", "ef-core", "query-builder", "database", "orm", "linq", "csharp", "typescript", "collections", "enumerable", "queryable" ], "author": "AlgoChad", "license": "MIT", "dependencies": { "@prisma/client": "^5.0.0", "linqts": "^1.0.0", "rxjs": "^7.8.0" }, "peerDependencies": { "@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0", "@nestjs/graphql": "^10.0.0 || ^11.0.0 || ^12.0.0", "@prisma/client": "^5.0.0", "graphql": "^16.0.0" }, "devDependencies": { "@types/jest": "^29.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "prettier": "^3.0.0", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/algochad/prisma-core.git" }, "bugs": { "url": "https://github.com/algochad/prisma-core/issues" }, "homepage": "https://github.com/algochad/prisma-core#readme" }