@nebula-services/bare-server-node
Version:
The Bare Server implementation in NodeJS.
65 lines (64 loc) • 1.56 kB
JSON
{
"name": "@nebula-services/bare-server-node",
"description": "The Bare Server implementation in NodeJS.",
"version": "2.0.4",
"homepage": "https://github.com/tomphttp",
"bugs": {
"url": "https://github.com/tomphttp/bare-server-node/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomphttp/bare-server-node.git"
},
"author": "TOMP Development (https://github.com/tomphttp)",
"keywords": [
"proxy",
"tomp",
"tomphttp"
],
"license": "GPL-3.0",
"type": "commonjs",
"engines": {
"node": ">=18.0.0"
},
"bin": {
"bare-server-node": "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": "^10.0.1",
"dotenv": "^16.0.3",
"http-errors": "^2.0.0",
"ipaddr.js": "^2.1.0",
"source-map-support": "^0.5.21",
"ws": "^8.18.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/async-exit-hook": "^2.0.0",
"@types/http-errors": "^2.0.1",
"@types/node": "^18.16.19",
"@types/source-map-support": "^0.5.6",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"prettier": "^3.2.5",
"typescript": "^5.0.4",
"undici": "^5.22.1"
},
"directories": {
"doc": "docs",
"example": "examples"
}
}