Spaces:
Building
Building
oooooo
commited on
Commit
•
6168cf2
1
Parent(s):
eae699e
Create package.json
Browse files- package.json +21 -0
package.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "keep-online",
|
3 |
+
"version": "2.0.0",
|
4 |
+
"description": "Auto-keep-online",
|
5 |
+
"main": "index.js",
|
6 |
+
"author": "eoovve",
|
7 |
+
"repository": "https://github.com/eoovve/Auto-keep-online",
|
8 |
+
"license": "MIT",
|
9 |
+
"private": false,
|
10 |
+
"scripts": {
|
11 |
+
"start": "node index.js"
|
12 |
+
},
|
13 |
+
"dependencies": {
|
14 |
+
"axios": "^1.6.2",
|
15 |
+
"node-cron": "^2.0.1",
|
16 |
+
"moment-timezone": "latest"
|
17 |
+
},
|
18 |
+
"engines": {
|
19 |
+
"node": ">=14"
|
20 |
+
}
|
21 |
+
}
|