This commit is contained in:
sliverp
2026-01-28 17:36:53 +08:00
parent 9a531cd6eb
commit 6154e4f9e1
5 changed files with 154 additions and 46 deletions

View File

@@ -4,6 +4,9 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"moltbot": {
"extensions": ["./index.ts"]
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch"