first commit

This commit is contained in:
Tomas Dvorak
2026-04-10 12:04:09 +02:00
commit 3cb40adb23
203 changed files with 40226 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "@productier/openclaw-plugin",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.mjs",
"exports": {
".": "./src/index.mjs"
},
"scripts": {
"check": "node --test",
"describe": "node ./src/cli.mjs describe"
}
}