mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-27 12:41:39 +01:00
11 lines
222 B
JSON
11 lines
222 B
JSON
|
{
|
||
|
"name": "hydrogen-common",
|
||
|
"version": "0.0.1",
|
||
|
"main": "src/lib.ts",
|
||
|
"homepage": "https://github.com/vector-im/hydrogen-web/#readme",
|
||
|
"devDependencies": {
|
||
|
"vite": "^2.6.2",
|
||
|
"typescript": "^4.3.5"
|
||
|
}
|
||
|
}
|