-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 934 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "mounter",
"version": "1.0.1",
"main": "mounter.js",
"scripts": {
"start": "node mounter.js"
},
"author": "TheLeaks",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"minimist": "^1.2.6",
"tree-kill": "^1.2.2"
},
"devDependencies": {},
"description": "All users in the accounts folder and remount at the time interval you set.\r # Installation\r ```\r npm i\r ```\r # Flags (required!)\r ```\r --drive Rclone remote name.\r --path Mounted directory.\r --time User change interval(min).\r ```\r # Flags (Options!)\r ```\r --ftime User change first time(min)\r ```\r # Run example\r ```\r node mounter --drive Gdrive --path /mnt0 --time 60\r ```",
"repository": {
"type": "git",
"url": "git+https://github.com/theleaks/Mounter.git"
},
"bugs": {
"url": "https://github.com/theleaks/Mounter/issues"
},
"homepage": "https://github.com/theleaks/Mounter#readme"
}