Files
home-ops/scripts/package.json
2022-07-22 15:01:19 -05:00

19 lines
307 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "ctl.mjs",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"ws": "^8.8.1",
"zx": "^7.0.7"
}
}