-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 817 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 817 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": "filehistory_renamer",
"version": "1.0.0",
"description": "Fixes broken Windows FileHistory naming system for backed up files (May be problematic if a Windows 10 FileHistory merges with Windows 11 File System) ",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nickeldon/FileHistoryEnhancer.git"
},
"author": "Nickeldon",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Nickeldon/FileHistoryEnhancer/issues"
},
"homepage": "https://github.com/Nickeldon/FileHistoryEnhancer#readme",
"dependencies": {
"body-parser": "^1.20.2",
"http": "^0.0.1-security",
"prompts": "^2.4.2",
"yargs": "^17.7.2"
}
}