mirror of
https://github.com/openziti/zrok.git
synced 2025-06-10 11:56:39 +02:00
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"name": "pastebin",
|
|
"version": "1.0.0",
|
|
"description": "A small example using the zrok network to securely transmit and receive data",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@openziti/zrok": "file:../../sdk",
|
|
"commander": "^13.1.0",
|
|
"readline-sync": "^1.4.10",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.9",
|
|
"@types/readline-sync": "^1.4.8"
|
|
}
|
|
}
|