{ "name": "vn-client", "description": "Client service", "version": "1.0.0", "license": "GPL-3.0", "main": "server/server.js", "scripts": { "start": "node .", "posttest": "npm run lint && nsp check" }, "repository": { "type": "git", "url": "https://git.verdnatura.es/salix" }, "dependencies": { "request": "^2.83.0" } }