{ "name": "siimee-backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon src/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "TOJ", "license": "UNLICENSED", "dependencies": { "@hapi/hapi": "^20.1.3" }, "devDependencies": { "nodemon": "^2.0.7" }, "type": "module" }