Mercurial > code > home > repos > light9
view package.json @ 2047:9cfcb16f2c5a
ide
author | drewp@bigasterisk.com |
---|---|
date | Tue, 10 May 2022 23:10:54 -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" } }