{ "name": "conception-assistant", "version": "1.0.0", "main": "app.js", "scripts": { "start": "node app.js", "test": "node tests/all.test.js" }, "dependencies": { "uuid": "^13.0.0", "express": "^4.18.2" } }