2025-01-27 10:07:35 +00:00
|
|
|
{
|
|
|
|
|
"name": "@element-hq/element-web-module-api",
|
2025-03-13 11:53:26 +00:00
|
|
|
"type": "module",
|
2026-03-30 16:25:59 +02:00
|
|
|
"version": "1.13.0",
|
2025-01-27 10:07:35 +00:00
|
|
|
"description": "Module API surface for element-web",
|
2025-03-13 11:32:18 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-03-13 11:59:17 +00:00
|
|
|
"url": "git+https://github.com/element-hq/element-modules.git",
|
2025-03-13 11:32:18 +00:00
|
|
|
"directory": "packages/element-web-module-api"
|
|
|
|
|
},
|
2025-01-27 10:07:35 +00:00
|
|
|
"author": "element-hq",
|
|
|
|
|
"license": "SEE LICENSE IN README.md",
|
2025-03-13 11:53:26 +00:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=20.0.0"
|
|
|
|
|
},
|
2025-01-29 10:48:35 +00:00
|
|
|
"types": "./lib/element-web-module-api-alpha.d.ts",
|
2025-01-27 10:07:35 +00:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2025-01-29 10:48:35 +00:00
|
|
|
"types": "./lib/element-web-module-api-alpha.d.ts",
|
2025-01-27 10:07:35 +00:00
|
|
|
"import": "./lib/element-web-plugin-engine.js",
|
2025-07-29 10:29:32 +01:00
|
|
|
"require": "./lib/element-web-plugin-engine.umd.cjs"
|
2025-01-27 10:07:35 +00:00
|
|
|
}
|
|
|
|
|
},
|
2025-01-29 10:48:35 +00:00
|
|
|
"files": [
|
|
|
|
|
"lib"
|
|
|
|
|
],
|
2025-01-28 11:03:02 +00:00
|
|
|
"scripts": {
|
2026-04-13 09:30:22 +01:00
|
|
|
"prepack": "nx build",
|
|
|
|
|
"lint:types": "nx lint:types",
|
|
|
|
|
"test:unit": "vitest"
|
2025-01-28 11:03:02 +00:00
|
|
|
},
|
2025-01-27 10:07:35 +00:00
|
|
|
"devDependencies": {
|
2025-01-28 11:52:33 +00:00
|
|
|
"@matrix-org/react-sdk-module-api": "^2.5.0",
|
2025-01-29 10:48:35 +00:00
|
|
|
"@microsoft/api-extractor": "^7.49.1",
|
2025-01-27 10:07:35 +00:00
|
|
|
"@types/node": "^22.10.7",
|
2025-04-28 12:43:17 +01:00
|
|
|
"@types/react": "^19",
|
2025-05-13 10:40:26 +01:00
|
|
|
"@types/react-dom": "^19.0.4",
|
2025-01-27 10:07:35 +00:00
|
|
|
"@types/semver": "^7.5.8",
|
2025-11-12 12:00:07 +00:00
|
|
|
"@vitest/coverage-v8": "^4.0.0",
|
2026-03-09 15:48:14 +00:00
|
|
|
"matrix-widget-api": "^1.17.0",
|
2025-07-24 16:27:09 +01:00
|
|
|
"rollup-plugin-external-globals": "^0.13.0",
|
2025-01-27 10:07:35 +00:00
|
|
|
"semver": "^7.6.3",
|
2026-04-22 12:28:54 +00:00
|
|
|
"typescript": "^6.0.0",
|
|
|
|
|
"unplugin-dts": "1.0.0-beta.6",
|
2026-04-22 08:48:19 +00:00
|
|
|
"vite": "^8.0.0",
|
2025-11-12 12:00:07 +00:00
|
|
|
"vitest": "^4.0.0",
|
2025-11-12 11:46:24 +00:00
|
|
|
"vitest-sonar-reporter": "^3.0.0"
|
2025-01-27 10:07:35 +00:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2025-01-28 11:52:33 +00:00
|
|
|
"@matrix-org/react-sdk-module-api": "*",
|
2025-01-27 10:07:35 +00:00
|
|
|
"@types/react": "*",
|
|
|
|
|
"@types/react-dom": "*",
|
2025-06-05 09:58:51 +01:00
|
|
|
"matrix-web-i18n": "*",
|
2026-04-22 12:28:54 +00:00
|
|
|
"matrix-widget-api": "*",
|
2025-04-28 12:43:17 +01:00
|
|
|
"react": "^19"
|
2025-01-27 10:07:35 +00:00
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@matrix-org/react-sdk-module-api": {
|
|
|
|
|
"optional": true
|
2025-01-28 11:52:33 +00:00
|
|
|
},
|
2026-04-13 09:30:22 +01:00
|
|
|
"matrix-widget-api": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
2025-01-28 11:52:33 +00:00
|
|
|
"matrix-web-i18n": {
|
|
|
|
|
"optional": true
|
2025-01-27 10:07:35 +00:00
|
|
|
}
|
2026-04-22 12:28:54 +00:00
|
|
|
}
|
2025-01-27 10:07:35 +00:00
|
|
|
}
|