Files
sim/scripts/package.json
Waleed 3122b506fd feat(tools): add generic mail sending block/tools, updated docs script (#1348)
* 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
2025-09-16 16:06:31 -07:00

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"
}
}