Mercurial > code > home > repos > light9
view package.json @ 2057:d41530a84d4b
pdm_local_install
author | drewp@bigasterisk.com |
---|---|
date | Fri, 13 May 2022 14:56:08 -0700 |
parents | 1103b2437e6d |
children | d991f7c3485a |
line wrap: on
line source
{ "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" } }