@eooce/xhttp
Version:
A serverless xhttp server
50 lines • 964 B
JSON
{
"name": "@eooce/xhttp",
"version": "1.0.0",
"description": "A serverless xhttp server",
"main": "app.js",
"bin": {
"xhttp": "./app.js"
},
"scripts": {
"start": "node app.js",
"dev": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vless",
"xhttp",
"proxy",
"serverless",
"nezha",
"monitoring",
"http"
],
"author": "eooce",
"license": "MIT",
"homepage": "https://github.com/eooce/serverless-xhttp#readme",
"bugs": {
"url": "https://github.com/eooce/serverless-xhttp/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/eooce/serverless-xhttp.git"
},
"files": [
"app.js",
"README.md",
"LICENSE"
],
"dependencies": {
"axios": "^1.9.0",
"dotenv": "^16.4.7"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"private": false,
"publishConfig": {
"access": "public"
}
}