mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-03 13:58:59 +00:00
5002f2929f
* Update pnpm * Fix @types/node dep reference * disable allowBuilds for js-sdk * disable allowBuilds for js-sdk for git too * Iterate * Iterate
24 lines
604 B
JSON
24 lines
604 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": "nx build",
|
|
"lint:types": "nx lint:types",
|
|
"test:unit": "nx test:unit"
|
|
},
|
|
"devDependencies": {
|
|
"@element-hq/element-web-module-api": "workspace:*",
|
|
"@types/node": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"vitest": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^4.0.0"
|
|
}
|
|
}
|