Files
troubleshoot/package.json
2023-05-16 14:16:18 -04:00

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