Mercurial > code > home > repos > collector
comparison package.json @ 7:fd73907cef40
project upgrades: pdm, pnpm, vite, nginx router
author | drewp@bigasterisk.com |
---|---|
date | Fri, 25 Nov 2022 20:31:00 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:a3b6b06fc699 | 7:fd73907cef40 |
---|---|
1 { | |
2 "name": "collector", | |
3 "version": "1.0.0", | |
4 "description": "", | |
5 "main": "index.js", | |
6 "scripts": { | |
7 "test": "echo \"Error: no test specified\" && exit 1" | |
8 }, | |
9 "author": "", | |
10 "license": "ISC", | |
11 "dependencies": { | |
12 "lit": "^2.4.1", | |
13 "@bigasterisk/streamed-graph": "^0.0.8", | |
14 "typescript": "^4.9.3", | |
15 "vite": "^3.2.4" | |
16 | |
17 }, | |
18 "devDependencies": { | |
19 "@types/node": "^18.11.9" | |
20 } | |
21 } |