2025-03-04 14:35:29 -05:00

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"
}
}