view package.json @ 20:b59912649fc4

rewrite local hg scanner
author drewp@bigasterisk.com
date Sun, 09 Jan 2022 20:47:57 -0800
parents 6f38aa08408d
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"
  }
}