{ "name": "Home Control", "description": "A simple manager for Zigbee2MQTT", "homepage": "https://code.autumnfo.rest/homecontrol", "author": "Autumn (https://inthe.autumnfo.rest)", "bugs": { "email": "bugs@autumnfo.rest" }, "scripts": { "start": "nodemon --watch 'src/**/*' --watch '.env' --exec 'ts-node' src/server.ts" }, "devDependencies": { "nodemon": "3.1.14", "ts-node": "10.9.2", "tsc-alias": "1.8.17", "tsconfig-paths": "4.2.0", "typescript": "6.0.3" } }