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