{ "name": "linstt-poc-socgen", "version": "0.0.1", "description": "An orchestrator for socgen", "main": "app.js", "scripts": { "start": "node app.js", "test": "xo && jest", "test:watch": "jest --watch", "ci": "yarn && xo && jest --runInBand" }, "dependencies": { "body-parser": "^1.18.2", "express": "^4.16.2", "xmlhttprequest": "1.8.0" }, "devDependencies": { "jest": "20.0.0", "xo": "0.18.2", "sinon": "^4.0.2" }, "xo": { "space": true }, "repository": { "type": "git", "url": "https://ci.linagora.com/linagora/lgs/labs/linstt-poc-socgen.git" }, "author": "Linagora Folks", "license": "AGPL-3.0" }