{ "name": "synhestesis", "version": "1.0.0", "description": "A apprentissage tool", "main": "src/app.js", "scripts": { "start": "node src/app.mjs", "pretest": "xo", "test": "ava" }, "repository": { "type": "git", "url": "srv:git/synhestesis" }, "keywords": [ "learning", "tool" ], "author": "ache ", "license": "ISC", "devDependencies": { "ava": "^1.2.0", "xo": "^0.24.0" }, "dependencies": { "expres": "0.0.5", "express": "^4.16.4", "fs": "0.0.1-security", "mustache-express": "^1.2.8" } }