Mercurial > code > home > repos > light-bridge
view package.json @ 14:e3dbd04dab96
add mqtt; talk to first light (no throttling)
author | drewp@bigasterisk.com |
---|---|
date | Sun, 28 Jan 2024 20:49:42 -0800 |
parents | 5a77696c6dab |
children |
line wrap: on
line source
{ "name": "light-bridge", "version": "0.0.1", "scripts": { "vite": "vite", "test": "jest", "test_forever": "jest --watch" }, "dependencies": { "lit": "^3.1.1", "lit-element": "^4.0.3", "vite": "^5.0.12" }, "devDependencies": { "@types/jest": "^29.5.11", "jest": "^29.7.0", "node-globals": "^0.1.5", "stylus": "^0.62.0", "ts-jest": "^29.1.2", "tslib": "^2.6.2", "typescript": "^5.3.3" } }