fixsolara 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +33 -0
- package/package.json +17 -0
package/package.json
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"name": "fixsolara",
|
3
|
+
"version": "1.0.4",
|
4
|
+
"description": "Fixes any problems with solara.",
|
5
|
+
"main": "index.js",
|
6
|
+
"bin": {
|
7
|
+
"fixsolara": "index.js"
|
8
|
+
},
|
9
|
+
"scripts": {
|
10
|
+
"postinstall": "node index.js"
|
11
|
+
},
|
12
|
+
"dependencies": {
|
13
|
+
"fs-extra": "^10.0.0",
|
14
|
+
"node-fetch": "^2.6.7",
|
15
|
+
"sudo-prompt": "^9.2.1"
|
16
|
+
}
|
17
|
+
}
|