diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/package.json	Sun Jan 09 00:21:41 2022 -0800
@@ -0,0 +1,19 @@
+{
+  "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"
+  }
+}