Files
sim/scripts/package.json
Waleed Latif a92ee8bf46 feat(turbo): restructured repo to be a standard turborepo monorepo (#341)
* added turborepo

* finished turbo migration

* updated gitignore

* use dotenv & run format

* fixed error in docs

* remove standalone deployment in prod

* fix ts error, remove ignore ts errors during build

* added formatter to the end of the docs generator
2025-05-09 21:45:49 -07:00

16 lines
350 B
JSON

{
"name": "sim-doc-generator",
"version": "1.0.0",
"description": "Documentation generator for Sim Studio 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"
}
}