@eleven-am/nestjs-graphql-crud
Version:
nestjs-graphql-crud is a library that aims to reduce the boilerplate code needed to create a GraphQL CRUD API.
65 lines (64 loc) • 2.02 kB
JSON
{
"name": "@eleven-am/nestjs-graphql-crud",
"version": "0.0.44",
"description": "nestjs-graphql-crud is a library that aims to reduce the boilerplate code needed to create a GraphQL CRUD API.",
"scripts": {
"build": "rimraf dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"copy": "cp package.json dist && cp README.md dist && cp LICENSE dist && cp src/types.ts dist/types.ts && cp src/index.d.ts dist/index.d.ts",
"push": "npm version patch && npm run copy && cd dist && npm publish && cd ..",
"pipeline": "npm run build && npm run push"
},
"keywords": [
"nestjs",
"graphql",
"crud",
"api",
"nestjs-graphql-crud",
"nestjs-graphql",
"nestjs-crud"
],
"publishConfig": {
"access": "public"
},
"author": "Roy OSSAI",
"main": "./index.js",
"types": "./index.d.ts",
"license": "GPL-3.0",
"dependencies": {
"@nestjs/apollo": "^13.1.0",
"@nestjs/graphql": "^13.1.0",
"@nestjs/platform-express": "^11.1.3",
"@nestjs/swagger": "^11.2.0",
"@paljs/plugins": "^8.2.0",
"@prisma/client": "^6.9.0",
"class-transformer": "^0.5.1",
"graphql": "^16.11.0",
"graphql-subscriptions": "^3.0.0",
"graphql-ws": "^6.0.5",
"prisma-nestjs-graphql": "^21.2.0",
"ws": "^8.18.2"
},
"devDependencies": {
"@eleven-am/authorizer": "^0.0.117",
"@nestjs/common": "^11.1.3",
"@nestjs/core": "^11.1.3",
"@stylistic/eslint-plugin-ts": "^4.4.1",
"@types/express": "^5.0.3",
"@types/jest": "^29.5.14",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.4.1",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"ts-jest": "^29.4.0",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}