forked from mystiq/hydrogen-web
38c3774869
> Will be easier towards the future when adding more assets. Probably best to keep style.css for now for backwards compat though. > > *-- https://github.com/vector-im/hydrogen-web/pull/693#discussion_r853844282*
17 lines
636 B
JSON
17 lines
636 B
JSON
{
|
|
"name": "hydrogen-view-sdk",
|
|
"description": "Embeddable matrix client library, including view components",
|
|
"version": "0.0.12",
|
|
"main": "./lib-build/hydrogen.cjs.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./lib-build/hydrogen.es.js",
|
|
"require": "./lib-build/hydrogen.cjs.js"
|
|
},
|
|
"./paths/vite": "./paths/vite.js",
|
|
"./style.css": "./asset-build/assets/theme-element-light.css",
|
|
"./main.js": "./asset-build/assets/main.js",
|
|
"./download-sandbox.html": "./asset-build/assets/download-sandbox.html",
|
|
"./assets/*": "./asset-build/assets/*"
|
|
}
|
|
}
|