UNPKG

@benzene/http

Version:

Fast, minimal, agnostic GraphQL over HTTP

53 lines (52 loc) 1.14 kB
{ "name": "@benzene/http", "type": "module", "version": "0.4.2", "description": "Fast, minimal, agnostic GraphQL over HTTP", "author": "Hoang Vo (https://hoangvvo.com)", "keywords": [ "api", "graphql", "http", "server", "performance", "agnostic" ], "repository": { "type": "git", "url": "git+https://github.com/hoangvvo/benzene.git", "directory": "packages/http" }, "bugs": { "url": "https://github.com/hoangvvo/benzene/issues" }, "homepage": "https://benzene.vercel.app/", "license": "MIT", "main": "./dist/index.js", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "types": "./dist/index.d.ts", "files": [ "dist" ], "sideEffects": false, "scripts": { "build": "tsc --emitDeclarationOnly --project tsconfig.build.json && rollup -c", "test": "jest", "clean": "npx rimraf dist" }, "dependencies": { "@benzene/core": "^0.8.2" }, "peerDependencies": { "graphql": "^15.0.0 || ^16.0.0" }, "publishConfig": { "access": "public" }, "engines": { "node": "^14.0.0 || >=16.0.0" } }