mirror of
https://github.com/openziti/zrok.git
synced 2025-08-03 14:07:34 +02:00
98 lines
3.1 KiB
JSON
98 lines
3.1 KiB
JSON
{
|
|
"name": "pastebin",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "pastebin",
|
|
"version": "1.0.0",
|
|
"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"
|
|
}
|
|
},
|
|
"../../sdk": {
|
|
"name": "@openziti/zrok",
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@openziti/ziti-sdk-nodejs": "^0.20.0",
|
|
"express": "^4.21.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.0",
|
|
"@types/node": "^22.13.5",
|
|
"tsup": "^8.4.0",
|
|
"typescript": "^5.7.3",
|
|
"vitest": "^3.0.7"
|
|
}
|
|
},
|
|
"node_modules/@openziti/zrok": {
|
|
"resolved": "../../sdk",
|
|
"link": true
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "22.13.9",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.9.tgz",
|
|
"integrity": "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.20.0"
|
|
}
|
|
},
|
|
"node_modules/@types/readline-sync": {
|
|
"version": "1.4.8",
|
|
"resolved": "https://registry.npmjs.org/@types/readline-sync/-/readline-sync-1.4.8.tgz",
|
|
"integrity": "sha512-BL7xOf0yKLA6baAX6MMOnYkoflUyj/c7y3pqMRfU0va7XlwHAOTOIo4x55P/qLfMsuaYdJJKubToLqRVmRtRZA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "13.1.0",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/readline-sync": {
|
|
"version": "1.4.10",
|
|
"resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz",
|
|
"integrity": "sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.8.2",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
|
|
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "6.20.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
|
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|