Mercurial > code > home > repos > reposync
view package.json @ 18:6f38aa08408d
starting over: make a web page that draws a streamed graph from collector, with plans for services to scrape the data that collector will subscribe to
author | drewp@bigasterisk.com |
---|---|
date | Sun, 09 Jan 2022 00:21:41 -0800 |
parents | |
children | b9fe6d26b3fa |
line wrap: on
line source
{ "name": "reposync", "version": "1.0.0", "description": "Mirrors a directory of darcs repos onto github.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "lit": "^2.1.1", "streamed-graph": "^0.0.4", "vite": "^2.7.10" }, "devDependencies": { "@types/node": "^17.0.8" } }