postboy-tui
Version:
A modern, terminal-based API testing and development tool with a clean TUI (Text User Interface). Postboy helps you design, test, and debug HTTP requests efficiently, all from your terminal.
56 lines (55 loc) • 1.25 kB
JSON
{
"name": "postboy-tui",
"version": "1.4.1",
"main": "dist/cli.js",
"bin": {
"postboy-tui": "dist/cli.js"
},
"files": [
"dist"
],
"keywords": [
"postboy",
"tui",
"cli",
"terminal",
"interface",
"developer-tool",
"api-testing"
],
"scripts": {
"start": "bun run src/index.ts",
"build": "bun build src/index.ts --outfile=dist/cli.js --target node",
"dev": "bun run --watch src/index.ts"
},
"repository": "https://github.com/Postboy-tui/app",
"homepage": "httsps://github.com/Postboy-tui/app#readme",
"module": "src/index.ts",
"type": "module",
"private": false,
"devDependencies": {
"@types/bun": "latest",
"@types/inquirer": "^9.0.8"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@types/react": "^19.1.8",
"axios": "^1.11.0",
"chalk": "4.1.2",
"cli-highlight": "^2.1.11",
"commander": "^14.0.0",
"ink": "^6.0.1",
"ink-big-text": "^2.0.0",
"ink-gradient": "^3.0.0",
"ink-link": "^4.1.0",
"ink-select-input": "^6.2.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0",
"inquirer": "8.2.5",
"react": "^19.1.0",
"react-devtools-core": "^6.1.5",
"yaml": "^2.8.0"
}
}