mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 14:43:54 -05:00
* update infra and remove railway
* feat(tools): add generic mail sending block/tools, updated docs script
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51.
* remove message id
* updated type
16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"name": "sim-doc-generator",
|
|
"version": "1.0.0",
|
|
"description": "Documentation generator for Sim blocks",
|
|
"type": "module",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/node": "^24.5.1",
|
|
"@types/react": "^19.1.13",
|
|
"glob": "^11.0.3",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.20.5",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|