Skip to content

Commit

Permalink
add grimoire:init and bit in nitroModule
Browse files Browse the repository at this point in the history
  • Loading branch information
HaruHunab1320 committed Aug 21, 2024
1 parent d475b9b commit 442697b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/server/nitroModule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"default": "./src/runtime/*.js"
}
},
"bin": {
"grimoire": "./src/grimoire.js"
},
"scripts": {
"grimoire:init": "node ./src/grimoire.js init"
},
"dependencies": {
"@magickml/agent-server": "0.0.1",
"@magickml/behave-graph": "^0.14.14",
Expand All @@ -23,6 +29,9 @@
"pathe": "1.1.2",
"tslib": "^2.3.0",
"@magickml/agents": "0.0.1",
"@magickml/agent-server-schemas": "0.0.1"
"@magickml/agent-server-schemas": "0.0.1",
"@magickml/server-db": "0.0.1",
"commander": "^12.1.0"
}
}

0 comments on commit 442697b

Please sign in to comment.