mirror of
https://github.com/openziti/zrok.git
synced 2025-08-03 14:07:34 +02:00
18 lines
385 B
JSON
18 lines
385 B
JSON
{
|
|
"name": "http-server",
|
|
"version": "1.0.0",
|
|
"description": "A simple HTTP server example, sharing directly to a zrok share",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@openziti/zrok": "file:../../sdk",
|
|
"commander": "^13.1.0",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.9"
|
|
}
|
|
}
|