add package.json to root pointing to pkg/package.json

This commit is contained in:
Joeri Exelmans 2025-11-03 13:51:15 +01:00
parent e803876d5f
commit 31a8bf7698

4
package.json Normal file
View file

@ -0,0 +1,4 @@
{
"name": "argus-wasm",
"workspaces": ["pkg"]
}