Files
ThreadNet-Web/packages/module-api/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

74 lines
2.1 KiB
JSON
Raw Normal View History

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-06-02 06:46:31 +01:00
"version": "1.14.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",
"url": "git+https://github.com/element-hq/element-web.git",
"directory": "packages/module-api"
2025-03-13 11:32:18 +00:00
},
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"
2026-06-08 11:19:13 +01:00
},
"./vite.base.ts": {
"types": "./vite.base.ts",
"import": "./vite.base.ts"
2025-01-27 10:07:35 +00:00
}
},
2025-01-29 10:48:35 +00:00
"files": [
2026-06-08 11:19:13 +01:00
"lib",
"vite.base.ts"
2025-01-29 10:48:35 +00:00
],
2025-01-28 11:03:02 +00:00
"scripts": {
"prepack": "nx build",
"lint:types": "nx lint:types",
"test:unit": "vitest",
"coverage": "pnpm test:unit --coverage",
"coverage:diff": "diff-cover --config-file ../../diff-cover.toml coverage/lcov.info"
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",
2026-06-08 10:33:09 +01:00
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
2025-01-27 10:07:35 +00:00
"@types/semver": "^7.5.8",
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-06-08 10:33:09 +01:00
"typescript": "catalog:",
"unplugin-dts": "catalog:",
"vite": "catalog:",
"vitest": "catalog:"
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
},
"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
}