This commit is contained in:
2025-05-21 15:54:15 +03:00
commit bf7bc1ae40
6 changed files with 447 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "hublib",
"type": "module",
"version": "0.1.0",
"files": [
"hublib_bg.wasm",
"hublib.js",
"hublib.d.ts"
],
"main": "hublib.js",
"types": "hublib.d.ts",
"sideEffects": [
"./snippets/*"
]
}