diff --git a/backend/sync_lib/pkg/package.json b/backend/sync_lib/pkg/package.json new file mode 100644 index 0000000..02e49a7 --- /dev/null +++ b/backend/sync_lib/pkg/package.json @@ -0,0 +1,23 @@ +{ + "name": "sync_lib", + "type": "module", + "collaborators": [ + "Andras Schmelczer " + ], + "version": "0.3.9", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/schmelczer/vault-link" + }, + "files": [ + "sync_lib_bg.wasm", + "sync_lib.js", + "sync_lib.d.ts" + ], + "main": "sync_lib.js", + "types": "sync_lib.d.ts", + "sideEffects": [ + "./snippets/*" + ] +} \ No newline at end of file