1
0
mirror of synced 2026-03-22 04:34:48 +08:00
Files
cook/scripts/package.json
2026-03-03 20:26:38 +08:00

12 lines
182 B
JSON

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