comparison package.json @ 22:b9fe6d26b3fa

minor changes, fixes, upgrades
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 21:15:51 -0700
parents 6f38aa08408d
children
comparison
equal deleted inserted replaced
21:cb71722bb75c 22:b9fe6d26b3fa
1 { 1 {
2 "name": "reposync", 2 "name": "reposync",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "Mirrors a directory of darcs repos onto github.", 4 "description": "Mirrors a directory of hg repos onto github.",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 8 },
9 "author": "", 9 "author": "",
10 "license": "ISC", 10 "license": "ISC",
11 "dependencies": { 11 "dependencies": {
12 "lit": "^2.1.1", 12 "lit": "^2.2.1",
13 "streamed-graph": "^0.0.4", 13 "@bigasterisk/streamed-graph": "^0.0.8",
14 "vite": "^2.7.10" 14 "vite": "^2.8.6"
15 }, 15 },
16 "devDependencies": { 16 "devDependencies": {
17 "@types/node": "^17.0.8" 17 "@types/node": "^17.0.21"
18 } 18 }
19 } 19 }