view 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
line wrap: on
line source

{
  "name": "front_door_lock",
  "version": "0.0.1",
  "scripts": {
    "vite": "vite",
    "test": "jest",
    "test_forever": "jest --watch"
  },
  "dependencies": {
    "@bigasterisk/streamed-graph": "^0.14.0",
    "lit": "^2.8.0",
    "lit-element": "^3.3.3",
    "vite": "^4.4.9"
  },
  "devDependencies": {
    "@types/jest": "^25.1.2",
    "jest": "^29.6.3",
    "node-globals": "^0.1.5",
    "stylus": "^0.59.0",
    "ts-jest": "^29.1.1",
    "tslib": "^2.6.2",
    "typescript": "^5.1.6"
  }
}