Files
cook/scripts/package.json
2024-09-15 18:07:50 +08:00

8 lines
104 B
JSON

{
"name": "@cook/scripts",
"version": "0.0.1",
"scripts": {
"convert": "tsx convert.ts"
}
}