{
"name": "nighthawk-fig-converter",
"version": "0.1.0",
"private": true,
"description": "Converts withfig/autocomplete specs to nighthawk JSON format",
"type": "module",
"scripts": {
"convert": "node convert.mjs"
},
"dependencies": {
"glob": "^11.0.0"
}
}