package.json 550 B

12345678910111213141516171819202122
  1. {
  2. "name": "lcs-storage",
  3. "version": "0.7.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node ./index.js",
  9. "startSSL": "node ./index.js -p 8080 -s -k ./certs/192.168.0.10.key -c ./certs/192.168.0.10.pem "
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/NikolaySuslov/lcs-storage.git"
  14. },
  15. "keywords": [],
  16. "author": "Nikolay Suslov",
  17. "license": "MIT",
  18. "dependencies": {
  19. "gun": "0.2020.520",
  20. "yargs": "15.4.1"
  21. }
  22. }