-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 758 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 758 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
26
27
28
{
"name": "file-organizer",
"version": "2.2.0",
"description": "FileOrganizer CLI – A utility to organize files by type, mapping, and custom logic with logging support.",
"author": "Nikhil Karmakar",
"license": "MIT",
"keywords": [
"file-organizer",
"cli",
"automation",
"python",
"file-sorter"
],
"repository": {
"type": "git",
"url": "https://github.com/Karnikhil90/FileOrganizer.git"
},
"scripts": {
"start": "python FO.py",
"log": "python FO.py --show-log",
"reset": "python FO.py --reset-types",
"commit": "python FO.py --commit"
},
"bugs": {
"url": "https://github.com/Karnikhil90/FileOrganizer/issues"
},
"homepage": "https://github.com/Karnikhil90/FileOrganizer#readme"
}