{ "name": "tdd-with-gpio", "version": "0.0.1", "main": "app.js", "scripts": { "start": "node app.js", "test": "jest" }, "author": { "name": "CR", "email": "reyesc@gmail.com" }, "devDependencies": { "jest": "^29.3.1", "mock-fs": "^5.2.0" }, "dependencies": { "fix": "^0.0.6", "mqtt": "^4.3.7", "onoff": "^6.0.3" } }