aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 2fb0421d9b1f29f61548f0795d0ecd06acaa46b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "name": "Home Control",
    "description": "A simple manager for Zigbee2MQTT",
    "homepage": "https://code.autumnfo.rest/homecontrol",
    "author": "Autumn <contact@autumnfo.rest> (https://inthe.autumnfo.rest)",
    "bugs": {
        "email": "bugs@autumnfo.rest"
    },
    "scripts": {
        "start": "nodemon --watch 'src/**/*' --watch '.env' --exec 'ts-node' src/server.ts"
    },
    "devDependencies": {
        "@types/express": "5.0.6",
        "nodemon": "3.1.14",
        "ts-node": "10.9.2",
        "tsc-alias": "1.8.17",
        "tsconfig-paths": "4.2.0",
        "typescript": "6.0.3"
    },
    "dependencies": {
        "express": "5.2.1",
        "mqtt": "5.15.1",
        "pug": "3.0.4"
    }
}