70 lines
2.0 KiB
JSON

{
"name": "@element-hq/element-web-module-api",
"type": "module",
"version": "1.13.0",
"description": "Module API surface for element-web",
"repository": {
"type": "git",
"url": "git+https://github.com/element-hq/element-modules.git",
"directory": "packages/element-web-module-api"
},
"author": "element-hq",
"license": "SEE LICENSE IN README.md",
"engines": {
"node": ">=20.0.0"
},
"types": "./lib/element-web-module-api-alpha.d.ts",
"exports": {
".": {
"types": "./lib/element-web-module-api-alpha.d.ts",
"import": "./lib/element-web-plugin-engine.js",
"require": "./lib/element-web-plugin-engine.umd.cjs"
}
},
"files": [
"lib"
],
"scripts": {
"prepack": "nx build",
"lint:types": "nx lint:types",
"test:unit": "vitest"
},
"devDependencies": {
"@matrix-org/react-sdk-module-api": "^2.5.0",
"@microsoft/api-extractor": "^7.49.1",
"@types/node": "^22.10.7",
"@types/react": "^19",
"@types/react-dom": "^19.0.4",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^4.0.0",
"matrix-widget-api": "^1.17.0",
"rollup-plugin-external-globals": "^0.13.0",
"semver": "^7.6.3",
"typescript": "^5.7.3",
"vite": "^7.3.2",
"vite-plugin-dts": "^4.5.0",
"vitest": "^4.0.0",
"vitest-sonar-reporter": "^3.0.0"
},
"peerDependencies": {
"@matrix-org/react-sdk-module-api": "*",
"@types/react": "*",
"@types/react-dom": "*",
"matrix-widget-api": "*",
"matrix-web-i18n": "*",
"react": "^19"
},
"peerDependenciesMeta": {
"@matrix-org/react-sdk-module-api": {
"optional": true
},
"matrix-widget-api": {
"optional": true
},
"matrix-web-i18n": {
"optional": true
}
},
"dependencies": {}
}