turborepo/examples/package.json
2025-01-31 14:03:16 -05:00

9 lines
143 B
JSON

{
"name": "turborepo-examples",
"scripts": {
"install-all": "tsx install-all.ts"
},
"devDependencies": {
"tsx": "4.19.1"
}
}