2026-01-28 23:00:58 -05:00

21 lines
411 B
JSON

{
"name": "textnow-cli",
"version": "1.0.0",
"description": "CLI for TextNow SMS messaging",
"type": "module",
"bin": {
"textnow": "./bin/textnow.js"
},
"scripts": {
"start": "node bin/textnow.js"
},
"dependencies": {
"commander": "^12.1.0",
"chalk": "^5.3.0",
"inquirer": "^9.2.23",
"node-fetch": "^3.3.2",
"form-data": "^4.0.0",
"mime-types": "^2.1.35"
}
}