mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-06 07:20:02 +00:00
25 lines
646 B
JSON
25 lines
646 B
JSON
{
|
|
"name": "@element-hq/element-web-module-widget-lifecycle",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"license": "SEE LICENSE IN README.md",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"lint:types": "tsc --noEmit",
|
|
"test:unit": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@element-hq/element-web-module-api": "workspace:*",
|
|
"@types/node": "^22.10.7",
|
|
"@vitest/coverage-v8": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"vitest": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^4.0.0"
|
|
}
|
|
}
|