21 lines
514 B
JSON
21 lines
514 B
JSON
{
|
|
"name": "file_browser_widget",
|
|
"type": "module",
|
|
"description": "WASM widget for embedding the FileBrowser component in web applications",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/herocode/framework"
|
|
},
|
|
"files": [
|
|
"file_browser_widget_bg.wasm",
|
|
"file_browser_widget.js",
|
|
"file_browser_widget.d.ts"
|
|
],
|
|
"main": "file_browser_widget.js",
|
|
"types": "file_browser_widget.d.ts",
|
|
"sideEffects": [
|
|
"./snippets/*"
|
|
]
|
|
} |