-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 833 Bytes
/
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
{
"name": "@obayd/powerjs",
"version": "1.0.1",
"description": "Do the powershell magic... right from your script!",
"main": "index.js",
"homepage": "https://github.com/obaydmerz/powerjs",
"type": "module",
"keywords": [
"nodejs",
"node-gyp",
"dll",
"powershell",
"terminal",
"shell",
"api",
"automation",
"process",
"child-process",
"native",
"node-ffi",
"cmd",
"pwsh",
"spawn",
"script",
"powershell docker",
"powershell windows",
"powershell macOS",
"powershell linux",
"powershell ubuntu",
"cross-platform",
"platform",
"dependency-less",
"no-native-files",
"async",
"node-ps",
"node-powershell",
"windows",
"macos",
"linux"
],
"author": "Abderrahmene Merzoug",
"license": "GPL-3.0"
}