UNPKG

@letticdo/bare-server-node-tomphttp

Version:

The Bare Server implementation in NodeJS.

58 lines 1.38 kB
{ "name": "@letticdo/bare-server-node-tomphttp", "description": "The Bare Server implementation in NodeJS.", "version": "1.0.2", "homepage": "https://github.com/tomphttp", "bugs": { "url": "https://github.com/tomphttp/bare-server-node/issues", "email": "tomp@sys32.dev" }, "repository": { "type": "git", "url": "https://github.com/tomphttp/bare-server-node.git" }, "author": { "name": "TOMP Development", "email": "tomp@sys32.dev", "url": "https://github.com/tomphttp" }, "keywords": [ "proxy", "tomp", "tomphttp" ], "license": "GPL-3.0", "type": "commonjs", "bin": "bin.js", "main": "dist/createServer.js", "types": "dist/createServer.d.ts", "files": [ "dist", "bin.js" ], "scripts": { "build": "tsc", "dev": "tsc --watch" }, "dependencies": { "async-exit-hook": "^2.0.1", "commander": "^9.4.1", "dotenv": "^16.0.3", "headers-polyfill": "^3.1.2", "http-errors": "^2.0.0", "ipaddr.js": "^2.0.1", "source-map-support": "^0.5.21" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^3.7.1", "@types/async-exit-hook": "^2.0.0", "@types/http-errors": "^2.0.1", "@types/node": "^18.11.13", "@types/source-map-support": "^0.5.6", "@typescript-eslint/eslint-plugin": "^5.46.0", "@typescript-eslint/parser": "^5.46.0", "eslint": "^8.29.0", "prettier": "^2.8.1", "typescript": "^4.9.4" } }