mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-22 15:47:41 +00:00
16 lines
385 B
JSON
16 lines
385 B
JSON
{
|
|
"name": "node-hide-console-window",
|
|
"version": "2.0.1",
|
|
"description": "A node module to toggle your app's console window visibility.",
|
|
"main": "index.js",
|
|
"author": "hetrodo",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/hetrodoo/hetrodo-hide-console-window-napi",
|
|
"keywords": [
|
|
"Hide",
|
|
"Show",
|
|
"Window",
|
|
"Console",
|
|
"Console Window"
|
|
]
|
|
}
|