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