Mercurial > code > home > repos > front-door-lock
annotate package.json @ 13:3014db0a5500 default tip
mv board to proj/micro, rename this repo with dashes
author | drewp@bigasterisk.com |
---|---|
date | Fri, 28 Jun 2024 17:08:09 -0700 |
parents | 4365c72c59f6 |
children |
rev | line source |
---|---|
0 | 1 { |
2 "name": "front_door_lock", | |
3 "version": "0.0.1", | |
4 "scripts": { | |
5 "vite": "vite", | |
6 "test": "jest", | |
7 "test_forever": "jest --watch" | |
8 }, | |
9 "dependencies": { | |
10 "@bigasterisk/streamed-graph": "^0.14.0", | |
11 "lit": "^2.8.0", | |
12 "lit-element": "^3.3.3", | |
13 "vite": "^4.4.9" | |
14 }, | |
15 "devDependencies": { | |
16 "@types/jest": "^25.1.2", | |
17 "jest": "^29.6.3", | |
18 "node-globals": "^0.1.5", | |
19 "stylus": "^0.59.0", | |
20 "ts-jest": "^29.1.1", | |
21 "tslib": "^2.6.2", | |
22 "typescript": "^5.1.6" | |
23 } | |
24 } |