UNPKG

@arexico/roach

Version:

Route Origin Authorization Checker - CLI tool for RPKI and IRR validation

50 lines 1.08 kB
{ "name": "@arexico/roach", "version": "0.0.3", "description": "Route Origin Authorization Checker - CLI tool for RPKI and IRR validation", "module": "index.ts", "type": "module", "private": false, "bin": { "roach": "./dist/index.js" }, "files": [ "dist/", "README.md", "LICENSE" ], "keywords": [ "rpki", "irr", "bgp", "routing", "cli" ], "author": "Arexico", "license": "AGPL-3.0-only", "repository": { "type": "git", "url": "git+https://github.com/arexico/roach.git" }, "scripts": { "dev": "bun run index.ts", "build": "bun build index.ts --target node --minify --outfile ./dist/index.js", "typecheck": "bun tsc --noEmit" }, "devDependencies": { "@types/bun": "latest", "@types/react": "^19.1.0" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "ink": "^6.0.1", "ink-box": "^2.0.0", "ink-select-input": "^6.0.0", "ink-spinner": "^5.0.0", "ink-text-input": "^6.0.0", "react": "^19.1.0", "react-devtools-core": "^6.1.5" } }