UNPKG

nestjs-graphql-relay

Version:
40 lines (39 loc) 1.02 kB
{ "name": "nestjs-graphql-relay", "version": "11.0.2", "description": "@nestjs/graphql + graphql-relay + typeorm", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/g59/nestjs-plugins.git" }, "homepage": "https://github.com/g59/nestjs-plugins/tree/main/packages/nestjs-graphql-relay", "bugs": { "url": "https://github.com/g59/nestjs-plugins/issues" }, "main": "lib/index.js", "scripts": { "build": "npm run clean && tsc -p .", "clean": "tsc --build --clean", "lint": "tsc -p . --noEmit" }, "keywords": [ "nest", "graphql-relay", "typeorm" ], "peerDependencies": { "@apollo/gateway": "^2.11.2", "@nestjs/graphql": "^13.1.0", "@nestjs/typeorm": "^11.0.0", "graphql-relay": "^0.10.2", "ts-morph": "^25.0.0 || ^26.0.0", "class-validator": ">=0.14.2" }, "devDependencies": { "@types/validator": "^13.15.10", "@types/ws": "^8.18.1", "sqlite3": "^5.1.7" }, "types": "lib/index.d.ts" }