Skip to content

Commit f75611f

Browse files
Update package.json
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <luizhamilton.lhr@gmail.com>
1 parent 8747903 commit f75611f

File tree

1 file changed

+44
-4
lines changed

1 file changed

+44
-4
lines changed

package.json

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,49 @@
11
{
2-
"devDependencies": {
3-
"prettier": "^3.1.1"
2+
"name": "windows-sysadmin-prosuite",
3+
"version": "1.0.0",
4+
"description": "PowerShell & VBScript Automation Tools for Windows Server and ITSM Workstations — Secure, Scalable, and Enterprise-Ready.",
5+
"author": "Luiz Hamilton (@brazilianscriptguy)",
6+
"license": "MIT",
7+
"homepage": "https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/brazilianscriptguy/Windows-SysAdmin-ProSuite.git"
411
},
12+
"keywords": [
13+
"powershell",
14+
"vbscript",
15+
"windows-server",
16+
"sysadmin",
17+
"gpo",
18+
"ad",
19+
"ldap",
20+
"forensics",
21+
"automation",
22+
"itsm",
23+
"scripts",
24+
"devops"
25+
],
526
"scripts": {
627
"format": "prettier --write .",
7-
"format:check": "prettier --check ."
8-
}
28+
"check": "prettier --check .",
29+
"lint": "prettier --check ."
30+
},
31+
"devDependencies": {
32+
"prettier": "^3.2.5"
33+
},
34+
"prettier": {
35+
"printWidth": 120,
36+
"tabWidth": 4,
37+
"useTabs": false,
38+
"semi": true,
39+
"singleQuote": true,
40+
"trailingComma": "es5",
41+
"bracketSpacing": true,
42+
"arrowParens": "always",
43+
"endOfLine": "lf"
44+
},
45+
"engines": {
46+
"node": ">=14"
47+
},
48+
"private": true
949
}

0 commit comments

Comments
 (0)