@technicalshree/auto-fix 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +17 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@technicalshree/auto-fix",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Detect, diagnose, and safely fix common local dev environment issues",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"repository": {
|
|
@@ -28,9 +28,22 @@
|
|
|
28
28
|
"prepublishOnly": "npm run lint && npm test"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
|
-
"
|
|
31
|
+
"auto-fix",
|
|
32
32
|
"autofix",
|
|
33
|
-
"
|
|
33
|
+
"cli",
|
|
34
|
+
"developer-tools",
|
|
35
|
+
"dev-environment",
|
|
36
|
+
"environment-fix",
|
|
37
|
+
"doctor",
|
|
38
|
+
"diagnostics",
|
|
39
|
+
"troubleshooting",
|
|
40
|
+
"local-development",
|
|
41
|
+
"nodejs",
|
|
42
|
+
"python",
|
|
43
|
+
"docker",
|
|
44
|
+
"devops",
|
|
45
|
+
"automation",
|
|
46
|
+
"productivity"
|
|
34
47
|
],
|
|
35
48
|
"author": "Krushna Raut",
|
|
36
49
|
"license": "ISC",
|
|
@@ -50,4 +63,4 @@
|
|
|
50
63
|
"tsx": "^4.20.4",
|
|
51
64
|
"typescript": "^5.9.2"
|
|
52
65
|
}
|
|
53
|
-
}
|
|
66
|
+
}
|