1
0
mirror of synced 2026-03-23 13:08:35 +08:00
Files
cook/scripts/package.json
2025-09-30 00:52:07 +08:00

12 lines
182 B
JSON

{
"name": "@cook/scripts",
"version": "0.0.1",
"scripts": {
"convert": "tsx convert.ts"
},
"devDependencies": {
"simple-git": "^3.28.0",
"tsx": "^4.20.6"
}
}