UNPKG

@whatwg-node/server

Version:

Fetch API compliant HTTP Server adapter

38 lines (37 loc) 837 B
{ "name": "@whatwg-node/server", "version": "0.4.6-alpha-20220922124249-c941ae6", "description": "Fetch API compliant HTTP Server adapter", "sideEffects": false, "peerDependencies": { "@types/node": "^18.0.6" }, "dependencies": { "@whatwg-node/fetch": "0.4.4", "tslib": "^2.3.1" }, "repository": { "type": "git", "url": "ardatan/whatwg-node", "directory": "packages/server" }, "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "license": "MIT", "main": "index.js", "module": "index.mjs", "typings": "index.d.ts", "typescript": { "definition": "index.d.ts" }, "exports": { ".": { "require": "./index.js", "import": "./index.mjs" }, "./*": { "require": "./*.js", "import": "./*.mjs" }, "./package.json": "./package.json" } }