-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 5.46 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "@tuckn/WshDirBackUpper",
"description": "The WSH (Windows Script Host) CLI that updates or mirrors directories according to the schema defined in a JSON file.",
"version": "5.0.2",
"author": "Tuckn <tuckn333@gmail.com>",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tuckn"
},
"private": false,
"license": "MIT",
"homepage": "https://tuckn.net/docs/WshDirBackUpper/",
"repository": {
"type": "git",
"url": "git+https://github.com/tuckn/WshDirBackUpper.git"
},
"bugs": {
"url": "https://github.com/tuckn/WshDirBackUpper/issues"
},
"keywords": [
"Windows",
"CLI",
"WSH",
"WSF",
"JScript",
"VBScript",
"backup",
"mirror",
"command",
"json",
"settings",
"schema",
"preferences"
],
"files": [
"dist"
],
"main": "./dist/bundle.js",
"bin": {},
"scripts": {
"install:WshJest": "git submodule add https://github.com/tuckn/WshJest.git ./WshModules/WshJest",
"install:WshBasicPackage": "git submodule add https://github.com/tuckn/WshBasicPackage.git ./WshModules/WshBasicPackage",
"installModules": "run-s install:*",
"updateModules": "git submodule update --remote",
"ncu:checkUpdate": "npx npm-check-updates",
"ncu:upgrade": "npx npm-check-updates --upgrade && npm install && npm audit fix",
"fix:eslint": "npm run lint:eslint -- --fix",
"fix:prettier": "npm run lint:prettier -- --write",
"fix": "run-p fix:*",
"lint:eslint": "eslint --ext js,ts .",
"lint:prettier": "prettier -l \"**/*.{json,md,yml,yaml}\"",
"lint:type": "tsc --noEmit",
"lint": "run-p lint:*",
"test:name:DefOp_dryRun": ".\\scripts\\Test DirBackUpper -t DefOp_dryRun$",
"test:name:Op1_dryRun": ".\\scripts\\Test DirBackUpper -t Op1_dryRun$",
"test:name:DefOp": ".\\scripts\\Test DirBackUpper -t DefOp$",
"test:name:Op_syncMethod_MIRROR": ".\\scripts\\Test DirBackUpper -t Op_syncMethod_MIRROR$",
"test:name:Op_isRecursive": ".\\scripts\\Test DirBackUpper -t Op_isRecursive$",
"test:name:Op_copiesEmpDir": ".\\scripts\\Test DirBackUpper -t Op_copiesEmpDir$",
"test:name:Op_includesSymlink": ".\\scripts\\Test DirBackUpper -t Op_includesSymlink$",
"test:name:Op_RegExp": ".\\scripts\\Test DirBackUpper -t Op_RegExp$",
"test:name:Op_throws": ".\\scripts\\Test DirBackUpper -t Op_throws$",
"test:name:archiveIntoZip_dryRun": ".\\scripts\\Test DirBackUpper -t archiveIntoZip_dryRun$",
"test:name:archiveIntoZip": ".\\scripts\\Test DirBackUpper -t archiveIntoZip$",
"test:name:Schema_all_dryRun": ".\\scripts\\Test DirBackUpper -t Schema_all_dryRun$",
"test:name:Schema_task1_dryRun": ".\\scripts\\Test DirBackUpper -t Schema_task1_dryRun$",
"test:name:Schema_task2_dryRun": ".\\scripts\\Test DirBackUpper -t Schema_task2_dryRun$",
"test:name:Schema_task3_dryRun": ".\\scripts\\Test DirBackUpper -t Schema_task3_dryRun$",
"test:DirBackUpper": ".\\scripts\\Test DirBackUpper",
"test:name:backup_help": ".\\scripts\\Test Run -t backup_help$",
"test:name:backup_DefOp_dryRun": ".\\scripts\\Test Run -t backup_DefOp_dryRun$",
"test:name:backup_Op1_dryRun": ".\\scripts\\Test Run -t backup_Op1_dryRun$",
"test:name:archive_help": ".\\scripts\\Test Run -t archive_help$",
"test:name:archive_DefOp_dryRun": ".\\scripts\\Test Run -t archive_DefOp_dryRun$",
"test:name:schemaBackup_help_noArg": ".\\scripts\\Test Run -t schemaBackup_help_noArg$",
"test:name:schemaBackup_help": ".\\scripts\\Test Run -t schemaBackup_help$",
"test:name:schemaBackup_all_dryRun": ".\\scripts\\Test Run -t schemaBackup_all_dryRun$",
"test:name:schemaBackup_task1_dryRun": ".\\scripts\\Test Run -t schemaBackup_task1_dryRun$",
"test:name:schemaBackup_task2_dryRun": ".\\scripts\\Test Run -t schemaBackup_task2_dryRun$",
"test:name:schemaBackup_task3_dryRun": ".\\scripts\\Test Run -t schemaBackup_task3_dryRun$",
"test:name:schemaBackup_dryRun_task": ".\\scripts\\Test Run -t schemaBackup_dryRun_task$",
"test:name:schemaBackup_portable_dryRun": ".\\scripts\\Test Run -t schemaBackup_portable_dryRun$",
"test:Run": ".\\scripts\\Test Run",
"test:src:Run": ".\\scripts\\Test src:Run",
"build": "wsh-packager bundle ./Package.wsf",
"test:dist:module": ".\\scripts\\Test dist:module",
"test:dist:bundle": ".\\scripts\\Test dist:bundle",
"test:dist:Run": ".\\scripts\\Test dist:Run",
"test": "run-s test:dist:*",
"predocs": "rimraf ./docs",
"docs:common": "jsdoc --configure ./jsdoc.json",
"cp-docs-css": "cpy --flat ./assets/styles/jsdoc.css ./docs/styles/",
"cp-docs-img": "cpy ./assets/img/**/* ./docs/img/",
"postdocs": "run-p cp-docs-*",
"docs": "run-s docs:*",
"up-build-doc": "run-s updateModules build docs"
},
"husky": {
"hooks": {
"pre-commit": "echo @FIXME \"npx lint-staged\" fixes all .js!"
}
},
"lint-staged": {
"*.{js}": "eslint --fix",
"*.{json,css,md,yml,yaml}": "prettier --write"
},
"dependencies": {},
"devDependencies": {
"@tuckn/insert-gtag": "^1.1.1",
"@tuckn/wsh-packager": "^1.0.1",
"@types/activex-scripting": "^1.0.8",
"@types/windows-script-host": "^5.8.3",
"cpy-cli": "^4.1.0",
"docdash": "^1.2.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
"jsdoc": "^3.6.11",
"npm-run-all": "^4.1.5",
"prettier": "2.7.1",
"rimraf": "^3.0.2"
}
}