add flocking pkg/

This commit is contained in:
John Gatward
2026-03-20 19:50:57 +00:00
parent 6afbbc5d99
commit d4ca596cdd
6 changed files with 491 additions and 1 deletions

View File

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