mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
15 lines
323 B
JSON
15 lines
323 B
JSON
{
|
|
"name": "troubleshoot",
|
|
"version": "1.0.0",
|
|
"main": "bin/watchrsync.js",
|
|
"repository": "git@github.com:replicatedhq/troubleshoot.git",
|
|
"author": "Replicated",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"aws-sdk": "^2.1369.0",
|
|
"gaze-run-interrupt": "^2.0.0",
|
|
"semver": "^7.5.0"
|
|
}
|
|
}
|