Files
sim/scripts/package.json
Waleed Latif ae43381d84 feat(domain): drop the 'studio' (#818)
* feat(domain): drop the

* change all references for Sim Studio to Sim

* change back license and notice

* lint

---------

Co-authored-by: waleedlatif <waleedlatif@waleedlatifs-MacBook-Pro.local>
2025-07-29 12:51:43 -07:00

16 lines
343 B
JSON

{
"name": "sim-doc-generator",
"version": "1.0.0",
"description": "Documentation generator for Sim blocks",
"type": "module",
"private": true,
"devDependencies": {
"@types/node": "^22.15.17",
"@types/react": "^19.1.3",
"glob": "^11.0.2",
"ts-node": "^10.9.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}