whitphx's picture
whitphx HF Staff
fix
2760456
raw
history blame
314 Bytes
{
"name": "client",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"cli": "tsx src/index.ts"
},
"dependencies": {
"table": "^6.9.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.33",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}