@lvce-editor/network-process
Version:
37 lines (36 loc) • 738 B
JSON
{
"name": "@lvce-editor/network-process",
"version": "5.2.0",
"description": "Network Process",
"keywords": [
"Lvce Editor",
"Network",
"Utility"
],
"repository": {
"type": "git",
"url": "https://github.com/lvce-editor/network-process.git"
},
"license": "MIT",
"author": "Lvce Editor",
"type": "module",
"main": "dist/networkProcessMain.js",
"bin": {
"network-process": "bin/networkProcess.js"
},
"dependencies": {
"execa": "^9.6.0",
"got": "^14.4.7",
"symlink-dir": "^6.0.5",
"tar-fs": "^3.0.10",
"tmp-promise": "^3.0.3",
"trash": "^9.0.0",
"ws": "^8.18.2"
},
"optionalDependencies": {
"open": "^10.1.2"
},
"engines": {
"node": ">=22"
}
}