UNPKG

type-graphql-dataloader

Version:

A utility to use DataLoader with TypeGraphQL without fuss

60 lines (59 loc) 1.57 kB
{ "name": "type-graphql-dataloader", "description": "A utility to use DataLoader with TypeGraphQL without fuss", "version": "0.5.1", "author": { "name": "Kazuaki Tanida", "url": "https://github.com/slaypni" }, "repository": { "type": "git", "url": "https://github.com/slaypni/type-graphql-dataloader.git" }, "keywords": [ "typescript", "graphql", "dataloader", "typeorm" ], "license": "MIT", "bugs": { "url": "https://github.com/slaypni/type-graphql-dataloader/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.build.json", "clean": "rimraf dist", "dev:typeorm": "ts-node-dev -r tsconfig-paths/register examples/typeorm/index.ts", "test": "jest", "prepublishOnly": "npm run-script clean && npm run-script build" }, "dependencies": { "dataloader": "^2.1.0", "lodash": "^4.17.21", "reflect-metadata": "^0.1.13", "typedi": "^0.8.0", "uuid": "^9.0.0" }, "devDependencies": { "@types/jest": "^26.0.14", "@types/lodash": "^4.14.162", "@types/node": "^16.11.6", "@types/uuid": "^8.3.0", "apollo-server-express": "^3.4.0", "class-validator": "^0.13.1", "express": "^4.17.1", "graphql": "^15.7.0", "graphql-request": "^3.6.1", "jest": "^26.5.3", "rimraf": "^3.0.2", "sqlite3": "^5.0.2", "ts-jest": "^26.4.1", "ts-node-dev": "^1.1.8", "tsconfig-paths": "^3.11.0", "type-graphql": "^1.1.1", "typeorm": "^0.2.38", "typescript": "~4.4.4" } }