UNPKG

uzen

Version:

General-purpose GraphQL subscription server library

53 lines 1.37 kB
{ "name": "uzen", "version": "1.3.46", "description": "General-purpose GraphQL subscription server library", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.json", "clean": "rm -rf dist", "prepare": "npm run clean && node copy-gql-files.js && echo 'gql files copied' && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/acoBOYZ/uZen.git" }, "keywords": [ "yoga", "graphql", "uWebSockets", "library", "subscription" ], "author": "ACO .", "license": "ISC", "engines": { "node": ">=18" }, "dependencies": { "@graphql-tools/graphql-file-loader": "^8.0.19", "@graphql-tools/load": "^8.0.19", "@graphql-tools/schema": "^10.0.23", "@graphql-tools/utils": "^10.8.6", "@graphql-yoga/plugin-csrf-prevention": "^3.13.2", "@graphql-yoga/redis-event-target": "^3.0.3", "dotenv": "^16.4.7", "graphql": "^16.10.0", "graphql-scalars": "^1.24.2", "graphql-ws": "^6.0.4", "graphql-yoga": "^5.13.2", "ioredis": "^5.6.0", "rusty-jwt": "^1.2.21", "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.51.0" }, "devDependencies": { "@types/node": "^22.13.13", "nodemon": "^3.1.9", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }