{ "name": "lcs-storage", "version": "0.7.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./index.js", "startSSL": "node ./index.js -p 8080 -s -k ./certs/192.168.0.10.key -c ./certs/192.168.0.10.pem " }, "repository": { "type": "git", "url": "https://github.com/NikolaySuslov/lcs-storage.git" }, "keywords": [], "author": "Nikolay Suslov", "license": "MIT", "dependencies": { "gun": "0.2020.520", "yargs": "15.4.1" } }