mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 06:33:52 -05:00
* improvement(docs): updated script to copy over icons, cleanup unnecessary pages * updated script with auto-icon generation * ignore translations, only icons changed * updated images * updated i18n.lock * updated images
17 lines
361 B
JSON
17 lines
361 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",
|
|
"yaml": "^2.8.1"
|
|
}
|
|
}
|