actionsprofiler
Advanced tools
+13
-7
| { | ||
| "name": "actionsprofiler", | ||
| "version": "1.0.0", | ||
| "version": "1.0.6", | ||
| "description": "CLI tool to analyze GitHub Actions workflow timing", | ||
@@ -9,9 +9,15 @@ "bin": { | ||
| "optionalDependencies": { | ||
| "@abergs/actions-profiler-darwin-arm64": "1.0.0", | ||
| "@abergs/actions-profiler-darwin-x64": "1.0.0", | ||
| "@abergs/actions-profiler-linux-x64": "1.0.0", | ||
| "@abergs/actions-profiler-linux-arm64": "1.0.0", | ||
| "@abergs/actions-profiler-win32-x64": "1.0.0" | ||
| "@abergs/actions-profiler-darwin-arm64": "1.0.6", | ||
| "@abergs/actions-profiler-darwin-x64": "1.0.6", | ||
| "@abergs/actions-profiler-linux-x64": "1.0.6", | ||
| "@abergs/actions-profiler-linux-arm64": "1.0.6", | ||
| "@abergs/actions-profiler-win32-x64": "1.0.6" | ||
| }, | ||
| "keywords": ["github", "actions", "profiler", "workflow", "timing"], | ||
| "keywords": [ | ||
| "github", | ||
| "actions", | ||
| "profiler", | ||
| "workflow", | ||
| "timing" | ||
| ], | ||
| "author": "Anders Åberg", | ||
@@ -18,0 +24,0 @@ "license": "MIT", |
2208
1.1%