-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 845 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
{
"name": "cmd-realtime-executioner",
"version": "1.0.0",
"description": "A streamlined Node.js command executor with real-time output streaming and process management capabilities. Use showhelp function to check how to use the package.",
"main": "index.js",
"scripts": {
"test": "node Test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhuzaifi0604/cmd-rt-executioner.git"
},
"keywords": [
"command",
"execution",
"real-time",
"cli",
"execute",
"commands",
"exec",
"spawn",
"realtime-command",
"execution",
"execute-commands"
],
"author": "Muhammad Huzaifa",
"license": "ISC",
"bugs": {
"url": "https://github.com/mhuzaifi0604/cmd-rt-executioner/issues"
},
"homepage": "https://github.com/mhuzaifi0604/cmd-rt-executioner#readme"
}