🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

hood-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hood-cli - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+67
-67
package.json
{
"name": "hood-cli",
"version": "0.2.0",
"description": "The command-line toolkit for Robinhood Chain (chain 4663): instant reads with zero config, guarded writes with a wallet. Prices, portfolios, launches, swaps, transfers — the gh/vercel of Robinhood Chain.",
"keywords": [
"robinhood",
"robinhood-chain",
"cli",
"stock-tokens",
"usdg",
"uniswap",
"chainlink",
"web3",
"viem"
],
"license": "SEE LICENSE IN LICENSE",
"author": "nirholas (https://x.com/nichxbt)",
"repository": {
"type": "git",
"url": "git+https://github.com/nirholas/hood-cli.git"
},
"homepage": "https://nirholas.github.io/hood-cli/",
"bugs": {
"url": "https://github.com/nirholas/hood-cli/issues"
},
"type": "module",
"engines": {
"node": ">=20"
},
"bin": {
"hood": "./dist/cli.js",
"hoodc": "./dist/cli.js"
},
"exports": {
"./package.json": "./package.json"
},
"files": [
"dist",
"contracts/ERC20.sol",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"test": "vitest run tests/unit",
"e2e": "node scripts/e2e.mjs",
"capture": "node scripts/capture-session.mjs",
"docs:commands": "node scripts/generate-docs.mjs",
"docs:build": "node scripts/build-docs.mjs",
"docs": "npm run capture && npm run docs:commands && npm run docs:build",
"compile-erc20": "node scripts/compile-erc20.mjs",
"prepublishOnly": "npm run build && npm test"
},
"dependencies": {
"commander": "^12.1.0",
"hoodchain": "^0.1.1",
"viem": "^2.55.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"@types/ws": "^8.18.0",
"solc": "^0.8.36",
"tsup": "^8.5.0",
"typescript": "^5.9.0",
"vitest": "^3.2.0"
}
"name": "hood-cli",
"version": "0.2.1",
"description": "The command-line toolkit for Robinhood Chain (chain 4663): instant reads with zero config, guarded writes with a wallet. Prices, portfolios, launches, swaps, transfers \u2014 the gh/vercel of Robinhood Chain.",
"keywords": [
"robinhood",
"robinhood-chain",
"cli",
"stock-tokens",
"usdg",
"uniswap",
"chainlink",
"web3",
"viem"
],
"license": "SEE LICENSE IN LICENSE",
"author": "nirholas (https://x.com/nichxbt)",
"repository": {
"type": "git",
"url": "git+https://github.com/nirholas/robinhood-chain-cli.git"
},
"homepage": "https://nirholas.github.io/robinhood-chain-cli/",
"bugs": {
"url": "https://github.com/nirholas/robinhood-chain-cli/issues"
},
"type": "module",
"engines": {
"node": ">=20"
},
"bin": {
"hood": "./dist/cli.js",
"hoodc": "./dist/cli.js"
},
"exports": {
"./package.json": "./package.json"
},
"files": [
"dist",
"contracts/ERC20.sol",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"test": "vitest run tests/unit",
"e2e": "node scripts/e2e.mjs",
"capture": "node scripts/capture-session.mjs",
"docs:commands": "node scripts/generate-docs.mjs",
"docs:build": "node scripts/build-docs.mjs",
"docs": "npm run capture && npm run docs:commands && npm run docs:build",
"compile-erc20": "node scripts/compile-erc20.mjs",
"prepublishOnly": "npm run build && npm test"
},
"dependencies": {
"commander": "^12.1.0",
"hoodchain": "^0.1.1",
"viem": "^2.55.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"@types/ws": "^8.18.0",
"solc": "^0.8.36",
"tsup": "^8.5.0",
"typescript": "^5.9.0",
"vitest": "^3.2.0"
}
}
# hood-cli
[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/nirholas/robinhood-chain-cli)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/nirholas/robinhood-chain-cli)
**The command-line toolkit for [Robinhood Chain](https://docs.robinhood.com/chain/) (chain ID 4663).**

@@ -479,2 +482,9 @@

**Where it's hosted:** GitHub Pages is the default (`Settings → Pages → Deploy from a branch →
main → /docs`) → <https://nirholas.github.io/robinhood-chain-cli/>. The **Deploy to Cloudflare**
and **Deploy with Vercel** buttons at the top of this README are one-click alternatives —
`wrangler.json`/`vercel.json` at the repo root both point at `docs/` as a plain static folder, no
build command needed. There's no server component to this tool (it's a local CLI), so only the
docs site is deployable — `npm install -g hood-cli` is how you get the tool itself.
### Publishing

@@ -481,0 +491,0 @@