-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 919 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 919 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
29
30
31
32
33
34
35
36
37
38
{
"name": "windows-sysadmin-prosuite",
"version": "1.8.8",
"description": "PowerShell & VBScript Automation Tools for Windows Server and ITSM Workstations — Secure, Scalable, and Enterprise-Ready.",
"author": "Luiz Hamilton (@brazilianscriptguy)",
"license": "MIT",
"homepage": "https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite",
"repository": {
"type": "git",
"url": "https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite.git"
},
"keywords": [
"powershell",
"vbscript",
"windows-server",
"sysadmin",
"gpo",
"ad",
"ldap",
"forensics",
"automation",
"itsm",
"scripts",
"devops"
],
"scripts": {
"format": "prettier --write .",
"check": "prettier --check .",
"lint": "prettier --check ."
},
"devDependencies": {
"prettier": "^3.2.5"
},
"engines": {
"node": ">=18"
},
"private": true
}