Files @ be860a233793
Branch filter:

Location: light9/package.json

drewp@bigasterisk.com
ide
{
  "name": "light9",
  "version": "1.0.0",
  "repository": "...",
  "license": "MIT",
  "description": "see makefile for build commands",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@types/node": "^17.0.31",
    "debug": "^4.3.4",
    "lit": "^2.2.3",
    "parse-prometheus-text-format": "^1.1.1",
    "vite": "^2.9.1",
    "vite-plugin-rewrite-all": "^0.1.2"
  }
}