mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-05 06:49:20 +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
74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"name": "@element-hq/element-web-module-api",
|
|
"type": "module",
|
|
"version": "1.14.0",
|
|
"description": "Module API surface for element-web",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/element-hq/element-web.git",
|
|
"directory": "packages/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"
|
|
},
|
|
"./vite.base.ts": {
|
|
"types": "./vite.base.ts",
|
|
"import": "./vite.base.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"vite.base.ts"
|
|
],
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@matrix-org/react-sdk-module-api": "^2.5.0",
|
|
"@microsoft/api-extractor": "^7.49.1",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@types/semver": "^7.5.8",
|
|
"matrix-widget-api": "^1.17.0",
|
|
"rollup-plugin-external-globals": "^0.13.0",
|
|
"semver": "^7.6.3",
|
|
"typescript": "catalog:",
|
|
"unplugin-dts": "catalog:",
|
|
"vite": "catalog:",
|
|
"vitest": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@matrix-org/react-sdk-module-api": "*",
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"matrix-web-i18n": "*",
|
|
"matrix-widget-api": "*",
|
|
"react": "^19"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@matrix-org/react-sdk-module-api": {
|
|
"optional": true
|
|
},
|
|
"matrix-widget-api": {
|
|
"optional": true
|
|
},
|
|
"matrix-web-i18n": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|