1
0
mirror of synced 2026-03-23 21:18:36 +08:00
Files
cook/scripts/package.json

12 lines
182 B
JSON

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