Newer
Older
"description": "An orchestrator for enhancement - transcript",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "xo && jest",
"test:watch": "jest --watch",
"ci": "yarn && xo && jest --runInBand",
"xo:fix": "xo --fix"
},
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
},
"author": "Linagora Folks",
"license": "AGPL-3.0"
}