mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
* 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>
16 lines
343 B
JSON
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"
|
|
}
|
|
}
|