mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-06 10:54:07 +08:00
13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
"name": "command-manager",
|
|
"version": "0.0.1",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"dependencies": {
|
|
"jschardet": "^1.4.1",
|
|
"iconv-lite": "^0.4.13"
|
|
}
|
|
}
|