mv element-web-module-api module-api
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"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": {
|
||||
"prepare": "vite build && api-extractor run",
|
||||
"lint:types": "tsc --noEmit",
|
||||
"lint:codestyle": "echo 'handled by lint:eslint'",
|
||||
"test": "vitest --coverage"
|
||||
},
|
||||
"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-web-i18n": "^3.3.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-web-i18n": "*",
|
||||
"react": "^19"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@matrix-org/react-sdk-module-api": {
|
||||
"optional": true
|
||||
},
|
||||
"matrix-web-i18n": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user